-
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
Schools Edit Page and tests, + Minor CreatePageTest error fixed #31
Conversation
…re how it passed github tests, changed WSMF to wsmf and testing against s24
… of api/schools so was getting blank page back
… and retesting, all tests pass locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are kind of backend issues, Ill make a new PR to fix these after this one is merged TODO: Make the update check that the termDescription matches new TermRegex |
9e371cd
to
4bf9017
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The create school button leads to an error message for me on the dokku deployment linked in the PR. I can't merge this unless/until I can test it. |
redeployed app and seems to be working on my end, I pushed the most updated working version that has edit and delete and create functionality note: still has the edit page bugs that I pointed out in the edit page PR which will be fixed in a different PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's clear up the confusion about the use case for these fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #32
Edit Page for Admins is visible in the Schools tab when edit button is pressed
allows user to edit successfully
TODO: Still allows users to edit abbrev which cause some funky stuff to happen where it overwrites another table entry if the new abbrev matches an old one
This branch is currently deployed to: https://proj-organic-sr33g33-dev.dokku-12.cs.ucsb.edu/
*Note if the deployed app looks like an old one I might just have pushed a different branch to debug, shoot me a message on slack and I can deploy the correct branch