-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sprint 2: Deployed frontend #23
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84391e9 - Browse repository at this point
Copy the full SHA 84391e9View commit details -
Merge pull request #5 from hotungkhanh/kan-25-26-27/spreadsheet-input…
…-pages add course spreadsheet input page
Configuration menu - View commit details
-
Copy full SHA for 129a83e - Browse repository at this point
Copy the full SHA 129a83eView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cef0c58 - Browse repository at this point
Copy the full SHA cef0c58View commit details
Commits on Sep 13, 2024
-
tungkhanhh committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 7dc4bee - Browse repository at this point
Copy the full SHA 7dc4beeView commit details -
tungkhanhh committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f7bf6e - Browse repository at this point
Copy the full SHA 2f7bf6eView commit details -
tungkhanhh committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ed9e82 - Browse repository at this point
Copy the full SHA 0ed9e82View commit details -
feat: add ConflictingUnit class
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for f75f06f - Browse repository at this point
Copy the full SHA f75f06fView commit details -
tungkhanhh committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a346ce - Browse repository at this point
Copy the full SHA 1a346ceView commit details -
feat: add TimetableResource to provide the problem and get the soluti…
…on from TimefoldAI
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b46ebe - Browse repository at this point
Copy the full SHA 4b46ebeView commit details -
feat: add student constraint: no students have overlapping units
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for a0b1208 - Browse repository at this point
Copy the full SHA a0b1208View commit details -
feat: add room constraint, no overlapping units are in the same room
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 5957dba - Browse repository at this point
Copy the full SHA 5957dbaView commit details -
feat: add room capacity constraint, ensure room capacity is not less …
…than allocated unit size
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 6454978 - Browse repository at this point
Copy the full SHA 6454978View commit details -
refactor: move classes to domain package
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for b2fe2f5 - Browse repository at this point
Copy the full SHA b2fe2f5View commit details -
refactor: move constraints to solver package
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 44ff683 - Browse repository at this point
Copy the full SHA 44ff683View commit details -
refactor: remove redundant methods from Unit class
tungkhanhh committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for fe949ae - Browse repository at this point
Copy the full SHA fe949aeView commit details -
Merge pull request #6 from hotungkhanh/kan-32-34-45/backend-constraints
Use Timefold AI to solve the given problem in the backend
Configuration menu - View commit details
-
Copy full SHA for fdc8f61 - Browse repository at this point
Copy the full SHA fdc8f61View commit details
Commits on Sep 14, 2024
-
feat: add the day-of-week to Unit
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b14fb4 - Browse repository at this point
Copy the full SHA 1b14fb4View commit details -
feat: add the day-of-week to Timetable
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 39756dc - Browse repository at this point
Copy the full SHA 39756dcView commit details -
feat: add day-of-week to constraints, add comments to explain the con…
…straints
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e1d2e5 - Browse repository at this point
Copy the full SHA 2e1d2e5View commit details -
feat: add day-of-week to problem in TimetableResource
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for bab1a2e - Browse repository at this point
Copy the full SHA bab1a2eView commit details -
feat: add isLab attribute to Room, whether it is a laboratory
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for d960b1a - Browse repository at this point
Copy the full SHA d960b1aView commit details -
feat: add wantsLab attribute to Unit, whether it prefers a laboratory…
… room
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for b82d52f - Browse repository at this point
Copy the full SHA b82d52fView commit details -
feat: add lab preference constraint, lab units prefer lab rooms
tungkhanhh committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for a23e2a7 - Browse repository at this point
Copy the full SHA a23e2a7View commit details -
Merge pull request #7 from hotungkhanh/kan-32-34-45/backend-constraints
Add Lab Constraint
Configuration menu - View commit details
-
Copy full SHA for 3d0a34d - Browse repository at this point
Copy the full SHA 3d0a34dView commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e4a78f - Browse repository at this point
Copy the full SHA 0e4a78fView commit details -
Merge pull request #9 from hotungkhanh/kan-56/frontend-persistence
feat: store user input data in indexedDB; remove sessionStorage
Configuration menu - View commit details
-
Copy full SHA for 60b407a - Browse repository at this point
Copy the full SHA 60b407aView commit details -
Merge pull request #8 from hotungkhanh/kan-41/database
KAN-41 Connect Quarkus with Azure PostgreSQL database
Configuration menu - View commit details
-
Copy full SHA for 3af65a4 - Browse repository at this point
Copy the full SHA 3af65a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa57e0 - Browse repository at this point
Copy the full SHA 5fa57e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e8638 - Browse repository at this point
Copy the full SHA d9e8638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f0458 - Browse repository at this point
Copy the full SHA 42f0458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb7c18 - Browse repository at this point
Copy the full SHA 4eb7c18View commit details
Commits on Sep 18, 2024
-
Merge pull request #10 from hotungkhanh/kan-48/send-user-input
kan-48/send-user-input
Configuration menu - View commit details
-
Copy full SHA for 28da8d8 - Browse repository at this point
Copy the full SHA 28da8d8View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c16b96a - Browse repository at this point
Copy the full SHA c16b96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6e591 - Browse repository at this point
Copy the full SHA 2f6e591View commit details -
Merge pull request #12 from hotungkhanh/kan-56/frontend-persistence
fix: delete rows deleted by user from indexedDB
Configuration menu - View commit details
-
Copy full SHA for 3d71aac - Browse repository at this point
Copy the full SHA 3d71aacView commit details -
Merge pull request #13 from hotungkhanh/kan-48/send-user-input
fix: handle empty user input edge cases + list of units readonly
Configuration menu - View commit details
-
Copy full SHA for db9bda9 - Browse repository at this point
Copy the full SHA db9bda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d6c59 - Browse repository at this point
Copy the full SHA a8d6c59View commit details -
Merge pull request #14 from hotungkhanh/deploy-frontend
build: add files for frontend deployment
Configuration menu - View commit details
-
Copy full SHA for 2f8bb4c - Browse repository at this point
Copy the full SHA 2f8bb4cView commit details -
Merge pull request #15 from hotungkhanh/main
feat: add main.yml for CI/CD pipeline
Configuration menu - View commit details
-
Copy full SHA for 6cc4dd0 - Browse repository at this point
Copy the full SHA 6cc4dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de74e95 - Browse repository at this point
Copy the full SHA de74e95View commit details -
Merge pull request #17 from hotungkhanh/kan-54/frontend-comment
kan-54/frontend-comment
Configuration menu - View commit details
-
Copy full SHA for 38db9a1 - Browse repository at this point
Copy the full SHA 38db9a1View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7eba07c - Browse repository at this point
Copy the full SHA 7eba07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be0ac08 - Browse repository at this point
Copy the full SHA be0ac08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c3c9e - Browse repository at this point
Copy the full SHA 71c3c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a194594 - Browse repository at this point
Copy the full SHA a194594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c3594 - Browse repository at this point
Copy the full SHA 69c3594View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f00e59d - Browse repository at this point
Copy the full SHA f00e59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 403c887 - Browse repository at this point
Copy the full SHA 403c887View commit details -
Merge pull request #18 from hotungkhanh/kan-65/frontend-tests
kan-65/frontend-tests
Configuration menu - View commit details
-
Copy full SHA for 8e7b351 - Browse repository at this point
Copy the full SHA 8e7b351View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee772ca - Browse repository at this point
Copy the full SHA ee772caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7288250 - Browse repository at this point
Copy the full SHA 7288250View commit details -
Merge pull request #20 from hotungkhanh/kan-62/backend-tests
unit tests for backend
Configuration menu - View commit details
-
Copy full SHA for 83fba30 - Browse repository at this point
Copy the full SHA 83fba30View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55d0da8 - Browse repository at this point
Copy the full SHA 55d0da8View commit details -
Merge pull request #21 from hotungkhanh/kan-65/frontend-tests
feat: add test for sending multiple solve requests to server
Configuration menu - View commit details
-
Copy full SHA for 032b94c - Browse repository at this point
Copy the full SHA 032b94cView commit details