-
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
release: v0.40.0 #242
Merged
Merged
release: v0.40.0 #242
Conversation
This file contains 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
* feat(ui): Add student's register form UI * chore(dependencies): Add axios and sonner dependencies * feat(ui): Add loading state to button component * feat: Add student's register form logic * ci: Update docker compose env variables * test: Add tests for the register form * ci: Update playwright config Only use chrome to run the tests * ci: Install playwright dependencies instead of using docker image
* chore: Create empty courses home page * refactor: Update register student service name * feat(ui): Add login form UI * style: Sort imports with prettier plugin * feat: Create session context and hooks * refactor: Wrap application in session context * feat: Show navigation options according to the role * feat: Update session context from the login form * test: Add test to ensure students can log-in * test: Add test to ensure invalid credentials toast is shown
* chore(dependencies): Add dependency to handle dates * refactor: Remove courses from admin nav * feat: Create view to list admin accounts * refactor: Improve student register form errors * feat: Create form to register admins * feat: Recover session when the page is closes or reloaded * refactor: Create role type * feat: Create Auth middleware * fix: Redirect users according to role after login * test: Register and list admins
* refactor: Divide services to separated files * refactor: Group session screens * refactor: Create form container component * feat: Create form to register teachers * test: Form to register teachers * refactor(tests): Group registration tests
* fix: Update loading state using useEffect hook * feat: Add logout page * test: Ensure all the roles can logout
* docs: Update README file
* test: Update tests according to acceptance criteria * test: Add firefox to tests runners
* style(ui): Configure custom shadcn theme * style(ui): Use background gradient in primary buttons * style(ui): Update bottom border color in navbar options
* chore: Update logo images * feat(ui): Create footer component * chore: Add upb svg logo * refactor: Fix navbar a11y problems * test: Add tests to check footer elements * test: Use exact matchers on tests
* style: Sort tailwind class names * feat: Show user courses using cards * refactor: Wrap courses card in link component * feat: Initial courses dropdown menu * feat: Add courses loading skeleton
* fix: Wrap courses view with auth middleware * refactor: Send course uuid to the courses dropdown * feat: Copy course's invitation code to clipboard
* feat(dependencies): Add shadcn dialog component * feat: Dialog to create courses * test: Add tests to create course and copy invitation code features
* refactor: Create custom hook and reducer to handle user courses * refactor: Create a context to centralize the use of useCourses hook * refactor: Refactor courses page and card using the courses context * feat: Call the service to toggle courses visibility * test: Add tests to hide and show courses
* feat: Join a course using an invitation code * test: Update waitForURL usage * test: Students can join a course using its invitation code * test: Ensure an alert is shown when the code does not exits
* refactor: Use a single file for all utils * feat: Download language template from the modal to create new test blocks * feat: Download language template from test block itself * test: Add test to ensure teachers can download languages templates
* perf: Use lazy loading to reduce bundle size * feat: Add component to render markdown block to students * feat(sec): Add rehype external links plugin * feat: Add Test Preview Block component
* chore: Add new micro-services to docker-compose file * feat: Update test block * test: Add test to ensure teachers can update and delete tests blocks * chore(deps): Bump dependencies
* chore(deps): Add `shadcn` tabs component * fix: Add missing keys when rendering laboratory blocks * feat: Submit to test blocks
* Add new font and load it from tailwind config * feat: Get submission real time updates * perf: Disable react strict mode * fix: Remove unnecessary react-lazy usages * perf: Remove barrel files and import some components lazily
* chore(deps): Bump dependencies * chore(deps): Add chart and `tanstak/query` dependencies * refactor: Configure tanstack query provider * feat: Add progress button to laboratory table A new button is added to allow teachers to view student's progress in their labs. * feat: Fetch students progress * feat: Add horizontal bar chart to display students' progress * feat: Create laboratory completion doughnut chart * feat: Add average completed tests doughnut chart
* feat: Delete rubric * test: Add test to ensure teachers can delete rubrics
* feat: Toggle enrolled students status * test: Add tests to ensure teachers can activate and deactivate enrolled students
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.
Includes 📋