You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ziyan Mo edited this page Dec 23, 2019
·
1 revision
Some ideas that might be useful.
Make the admin panel more user-friendly
Unify the theme of the website -- the front page is a lot more angular compared to the application pages.
Automate the emailing of reminders to fill out the application (ie, in app_year.py, add constants so that a separate thread will automatically email people if they haven't logged on for 3 weeks and haven't completed their application, and emails everyone who hasn't submitted a week, then 2, then 1 days before the application closes.
This is a little tricky since flask itself does not support async, which means that you'll need a separate background thread or something.