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

refactor: Add Redux data layer and authentication using it #50

Merged
merged 11 commits into from
Jun 19, 2024

Conversation

JacksonMeade
Copy link
Collaborator

@JacksonMeade JacksonMeade commented Jun 18, 2024

Fixes no issue

Summary

This PR introduces the Redux library to our frontend for the DJ site, increasing readability, separation of concerns, and extendability.

To start, this strips back the app to login functionality only, without user management via the admin dashboard. Approvals and reviews should focus on good code style, readability, and login functionality, while later PRs will be concerned with other 'pages' within the dashboard.

Testing

To test this branch, pull it down, remove lines 4 through 8 of next.config.mjs (leave only reactStrictMode:false behind), and run npm run dev, and visit localhost. Building should complete once it is merged with main.

Verified that all functionality promised in this branch exists on dev. Build completes successfully.

We expect build to succeed and deploy to skip, as we do not wish to deploy to pages from a pull request.

@JacksonMeade JacksonMeade self-assigned this Jun 18, 2024
@JacksonMeade JacksonMeade merged commit 45da461 into main Jun 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants