Create Frontend Individual Assignment Page#24
Merged
Conversation
added 5 commits
March 1, 2024 21:42
…nd-Management-System into tryyang/create_frontend_assignment_page # Conflicts: # frontend/package.json # frontend/yarn.lock
2 tasks
WillCWX
approved these changes
Mar 14, 2024
Collaborator
WillCWX
left a comment
There was a problem hiding this comment.
Looks good to me
Though I think we need to standardize whether we want our react components to be
const Component = () => {} or function Component() {}
It is almost the same functionally so there should be some uniformity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Create the frontend page under
/assignments/:idroute that will display the assignment details with its questions associated. Also created a loading component for ITS, and try to design a logo for the ITS frontend.Related Issue(s)
Partially completed #3 , will close the issue only after @junhonglow merge his PR for assignment creation form
Screenshots (if applicable)
The loading component:

(The progress bar has sliding animation FYI, the icon is just created for fun, we can just use the progress bar if the team dislikes the icon design)
Checklist
masteror any destination branch.Additional Notes/References