|
|
|
@8528aa6
|
5 weeks |
noreply |
Merge pull request #1 from …
main
|
|
|
@3964191
|
5 weeks |
noreply |
Bump react-router and react-router-dom in /frontend
Bumps …
main
|
|
|
@e332460
|
6 weeks |
filipgavrilovski28 |
added tags, eval techniques and technologies to models and script for …
main
|
|
|
@0156362
|
6 weeks |
60400035+andrejwastaken |
Final updates before merge
main
|
|
|
@d64deaf
|
7 weeks |
60400035+andrejwastaken |
Second update for elicitation
main
|
|
|
@0725dc3
|
7 weeks |
60400035+andrejwastaken |
Done some subject info updates
main
|
|
|
@6d566b9
|
7 weeks |
filipgavrilovski28 |
added domains and easy tags, started adding evaluation techniques, not …
main
|
|
|
@e7322a4
|
7 weeks |
filipgavrilovski28 |
removed semester from formatted prereq
main
|
|
|
@bfeedd5
|
7 weeks |
filipgavrilovski28 |
fixed bugs and inaccurate subject details caused by data inconsistencies
main
|
|
|
@8f56d10
|
7 weeks |
filipgavrilovski28 |
changed labels to headings
main
|
|
|
@f2d7ae4
|
7 weeks |
filipgavrilovski28 |
evaluation now accepts array as value
main
|
|
|
@85661413
|
7 weeks |
60400035+andrejwastaken |
Added better timedelta for tokens
main
|
|
|
@7ddc618
|
8 weeks |
60400035+andrejwastaken |
Finally, hopefully, fixed all token related issues.
main
|
|
|
@8eaa412
|
8 weeks |
60400035+andrejwastaken |
Cleaned up UI, refresh token logic still does not work.
main
|
|
|
@b7c1505
|
8 weeks |
60400035+andrejwastaken |
Cleaning up frontend ui/ux
main
|
|
|
@dce856b
|
8 weeks |
60400035+andrejwastaken |
Finalized form
main
|
|
|
@9cfde80
|
8 weeks |
60400035+andrejwastaken |
Added token handling for register and form functionatility with patch
main
|
|
|
@73ddd3b
|
8 weeks |
60400035+andrejwastaken |
Fixed the Subjects page and cleaned up TS related issues
main
|
|
|
@eea0930
|
8 weeks |
60400035+andrejwastaken |
Added proper refresh token logic
main
|
|
|
@558a97d
|
8 weeks |
60400035+andrejwastaken |
Added proper form errors
main
|
|
|
@dcb7d6b
|
8 weeks |
60400035+andrejwastaken |
Cleaned up typos in backend and in frontend
main
|
|
|
@a0ab1a7
|
8 weeks |
60400035+andrejwastaken |
Added POST functionality for student's form
main
|
|
|
@232f573
|
8 weeks |
60400035+andrejwastaken |
Finished basic logic for form, api call in subjectCatalog needs updating
main
|
|
|
@ac1ce62
|
8 weeks |
60400035+andrejwastaken |
Trying to fix errors with fetch
main
|
|
|
@85662f00
|
8 weeks |
60400035+andrejwastaken |
Adde StudentForm and Account
main
|
|
|
@7c84993
|
8 weeks |
60400035+andrejwastaken |
Removed white spaces and added Account page
main
|
|
|
@bbf0348
|
8 weeks |
60400035+andrejwastaken |
Added backend logic for form and reorganized views/serializers for subjects
main
|
|
|
@03b54d2
|
8 weeks |
60400035+andrejwastaken |
Added navbar, footer, form page, useAuth and private route for form
main
|
|
|
@997721a
|
8 weeks |
60400035+andrejwastaken |
Added proper error messages for login/register and a show password …
main
|
|
|
@9234fca
|
2 months |
filipgavrilovski28 |
changed error types
main
|
|
|
@8de1082
|
2 months |
60400035+andrejwastaken |
Added login functionality
main
|
|
|
@1e50206
|
2 months |
60400035+andrejwastaken |
Made a successful register page on frontend
main
|
|
|
@67110f7
|
2 months |
60400035+andrejwastaken |
Added logic for email validation and jwt payload
main
|
|
|
@3346658
|
2 months |
60400035+andrejwastaken |
Added login in backend and started login/register in frontend
main
|
|
|
@367b83f
|
2 months |
60400035+andrejwastaken |
Added login logic, need to fix user management with db
main
|
|
|
@180656a
|
2 months |
60400035+andrejwastaken |
Made a simple register APIView with the needed serializers
main
|
|
|
@bc7053f
|
2 months |
60400035+andrejwastaken |
Made successful migrations for subjects and auth_form and restarted the db
main
|
|
|
@f4279e0
|
2 months |
60400035+andrejwastaken |
Added a complete model for User and Student and failed to do migrations
main
|
|
|
@4bc55a5
|
2 months |
60400035+andrejwastaken |
Almost finished students model
main
|
|
|
@4627c02
|
2 months |
60400035+andrejwastaken |
Added model for Users
main
|
|
|
@6cb912e
|
2 months |
60400035+andrejwastaken |
Merge branch 'main' into auth/form
Checking out what's new.
main
|
|
|
@37bd55e
|
2 months |
filipgavrilovski28 |
removed tools folder and moved scripts and scrapers to django commands
main
|
|
|
@3c113dc
|
2 months |
filipgavrilovski28 |
bug fix
main
|
|
|
@f53d0f2
|
2 months |
filipgavrilovski28 |
updated tools/README
main
|
|
|
@17dcbfb
|
2 months |
filipgavrilovski28 |
Merge branch 'db'
main
|
|
|
@7070b76
|
2 months |
filipgavrilovski28 |
added script for formatting prerequisites; adjusted models, previous …
main
|
|
|
@27e4bb2
|
2 months |
filipgavrilovski28 |
updated tools/README
main
|
|
|
@f540d88
|
2 months |
filipgavrilovski28 |
added script for filling db directly from backend; updated README
main
|
|
|
@9e73572
|
2 months |
60400035+andrejwastaken |
Added a new app with a simple page for register; updated the needed …
main
|
|
|
@b17d215
|
2 months |
60400035+andrejwastaken |
Added chokidar in docker-compose
main
|
|
|
@26d79d1
|
2 months |
filipgavrilovski28 |
fixed scrapers edge cases
main
|
|
|
@3af9fa0
|
2 months |
filipgavrilovski28 |
added scraper for abstracts and added them to db
main
|
|
|
@b0495c9
|
2 months |
filipgavrilovski28 |
split subject catalog into smaller files
main
|
|
|
@ff9e2e0
|
2 months |
filipgavrilovski28 |
enabled resetting filters
main
|
|
|
@cc86fbd
|
2 months |
filipgavrilovski28 |
added all filtering criteria
main
|
|
|
@6935b46
|
2 months |
filipgavrilovski28 |
added filtering for semester and season
main
|
|
|
@fb5bb57
|
2 months |
filipgavrilovski28 |
added searching
main
|
|
|
@d8ea901
|
2 months |
filipgavrilovski28 |
some code cleanup
main
|
|
|
@613c350
|
2 months |
filipgavrilovski28 |
renamed backend/app to subjects
main
|
|
|
@a10b609
|
2 months |
filipgavrilovski28 |
changed api endpoint and format of response
main
|
|
|
@50fc12f
|
2 months |
filipgavrilovski28 |
added modal view for subject details
main
|
|
|
@02269e1
|
2 months |
filipgavrilovski28 |
added subject catalog for viewing all subjects
main
|
|
|
@4959205
|
2 months |
filipgavrilovski28 |
updated readme in tools
main
|
|
|
@1e5e654
|
2 months |
filipgavrilovski28 |
created license and updated readme
main
|
|
|
@0cbbce6
|
2 months |
60400035+andrejwastaken |
Fixed typescript error flags for types
main
|
|
|
@2e2cfec
|
2 months |
60400035+andrejwastaken |
Tried to fix tailwind problem by modifying package and vite config
main
|
|
|
@452e7c5
|
2 months |
60400035+andrejwastaken |
Added .venv in gitignore
main
|
|
|
@fe289a7
|
2 months |
60400035+andrejwastaken |
Resolved merge conflict (removed pycache files)
main
|
|
|
@1b98e7a
|
2 months |
filipgavrilovski28 |
added some changes to ui
main
|
|
|
@ebb7dd7
|
2 months |
filipgavrilovski28 |
added tailwind
main
|
|
|
@1a9c939
|
2 months |
filipgavrilovski28 |
added necessary constraints that were missing in models
main
|
|
|
@a0a336b
|
2 months |
filipgavrilovski28 |
renamed table in db to subject_info for consistency
main
|
|
|
@38801c0
|
2 months |
filipgavrilovski28 |
removed duplicate info from db and models
main
|
|
|
@a157eef
|
2 months |
filipgavrilovski28 |
modified some subject_info model field names and resolve migration issues
main
|
|
|
@939ef58
|
2 months |
filipgavrilovski28 |
added relation between subject and subject_info; participants for past …
main
|
|
|
@c0f5f78
|
2 months |
filipgavrilovski28 |
renamed model to Subject_Info
main
|
|
|
@ab0cbad
|
2 months |
filipgavrilovski28 |
script now creates subject and subject_info tables + added constants
main
|
|
|
@fd21ab6
|
2 months |
filipgavrilovski28 |
added simple ui and view for fetching from subject data
main
|
|
|
@be4422a
|
2 months |
filipgavrilovski28 |
made change to docker-compose
main
|
|
|
@8b08658
|
2 months |
filipgavrilovski28 |
added tools folder with data, scripts and scrapers for initial finki data
main
|
|
|
@cba4082
|
2 months |
60400035+andrejwastaken |
tried to fix gitignore
main
|
|
|
@114f17f
|
2 months |
60400035+andrejwastaken |
Fixed wait-for-db and ran the containers
main
|
|
|
@9ef45a8
|
2 months |
filipgavrilovski28 |
updated .gitignore
main
|
|
|
@dc4d51d
|
2 months |
filipgavrilovski28 |
added db to docker compose
main
|
|
|
@fc9ca5d
|
2 months |
filipgavrilovski28 |
added README
main
|
|
|
@a54c507
|
2 months |
filipgavrilovski28 |
added gitignore and dockerignore
main
|
|
|
@516baa4
|
2 months |
filipgavrilovski28 |
initial commit
main
|