Skip to content
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.50.5 #296

Merged
merged 234 commits into from
Feb 23, 2024
Merged

release: v0.50.5 #296

merged 234 commits into from
Feb 23, 2024

Conversation

PedroChaparro
Copy link
Member

PedroChaparro and others added 30 commits September 16, 2023 08:02
* 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
PedroChaparro and others added 26 commits January 26, 2024 16:27
* fix: Add timezone to laboratories dates

* chore(deps): Bump dependencies
* refactor: Remove unnecessary field from test block entity

* feat: Allow students to download their submissions

* feat(ui): Add loading skeleton to student submissions in the grading tab

* test: Add test to ensure students can download their submissions
* build: Add production environment vars on build time

* chore: Update images version in Dockerfile

* chore(deps): Bump dependencies
* perf: Improve code splitting

Lazily import views to the main page instead of lazily import components to each view.
* chore(ui): Hide open source section in the home page

* fix: Show confirmation dialog when deleting laboratory blocks
* fix(ui): Close mobile navbar when clicking on the blur layer

* chore(deps): Bump dependencies
* fix(ui): Overflowing navbar links on desktop screens

* chore(ui): Update button text

Use "view" instead of "see"

* docs: Information Processing and Personal Data Protection Policy
* fix(ui): Add checkbox for students to accept terms and conditions

* test: Mark terms and conditions checkbox on tests
@PedroChaparro PedroChaparro added the cd 🚀 Continuous deployment label Feb 23, 2024
@PedroChaparro PedroChaparro self-assigned this Feb 23, 2024
@PedroChaparro PedroChaparro merged commit 06c70a1 into main Feb 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cd 🚀 Continuous deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant