Added test scripts to check redir and test outputs. Added overlay on account...
Added test scripts to check redir and test outputs. Added overlay on account request submiission. Basic CSS changes. - Added testing script to utilize 'testing' config. - (fix) fix src file reference - Semantic fix for route order - Semantic fix for variable name/position. - (fix) indexing fix for redir args and test output. - (fix) issue with icons not showing - (fix) variable reference of fullname to success page. - Clean up readme typos and make it more concise. - Feat check account existence - Added base.html to inherit form values from Signup.html - Clean up code to function properly - add 'validators' dependency - fix fullname reference in submit statement - Fix default title error - fix routing logic in index - remove dev comments - Fix falure logic routing and edit error message - Apply css formatting to jinja elements and fix form size issues - Reintroduce form label/instruction - Produce overlay window with text from jobcomposer tutorial - add temporary functionality to call window for testing - replace next and escape button with loading.gif - Edited text formating/content of notification window - Refactor gif to center
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- README.md 9 additions, 13 deletionsREADME.md
- app/__init__.py 36 additions, 32 deletionsapp/__init__.py
- app/static/img/loading.gif 0 additions, 0 deletionsapp/static/img/loading.gif
- app/static/scripts/application.js 9 additions, 0 deletionsapp/static/scripts/application.js
- app/static/style/app2.css 8 additions, 0 deletionsapp/static/style/app2.css
- app/static/style/application.css 1 addition, 1 deletionapp/static/style/application.css
- app/templates/auth/SignUp.html 77 additions, 65 deletionsapp/templates/auth/SignUp.html
- app/templates/auth/base.html 18 additions, 0 deletionsapp/templates/auth/base.html
- app/templates/errors/registration_failed.html 14 additions, 0 deletionsapp/templates/errors/registration_failed.html
- run.py 1 addition, 0 deletionsrun.py
- tests.py 101 additions, 0 deletionstests.py
Loading
Please register or sign in to comment