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

Frontend #35

Merged
merged 89 commits into from
Aug 24, 2019
Merged

Frontend #35

merged 89 commits into from
Aug 24, 2019

Conversation

tylerIams
Copy link
Member

@tylerIams tylerIams commented Aug 12, 2019

This PR overhauls the front-end using MUI and resolves multiple issues.

Next, I plan to:

  1. Write comprehensive unit-tests
  2. Add teacher functionality to volunteer app (will be nearly identical)
  3. Work on Add ability to send text messages #20 (if you think that's still doable in the next few weeks)

Regarding input validation in #16: I'm wondering if this still needs to be performed because the data is only gathered from the form if it exists in the database (attendance/views.py line 102), which would necessitate it being valid. Since this is the case, I think I can just handle the data is not found exception? This issue was caused because I created the form directly in my template, rather than using forms.py (I still haven't thought of a way to create a form for this situation easily). Do you have any suggestions on how I should solve this issue?

@tylerIams
Copy link
Member Author

I'm going to merge and open a new branch so we can have more manageable PRs going forward

@tylerIams tylerIams merged commit 79dd257 into master Aug 24, 2019
@tylerIams
Copy link
Member Author

tylerIams commented Aug 24, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants