-
Notifications
You must be signed in to change notification settings - Fork 8
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
Deploy gyft2 as a web service #2
Comments
It is a great idea. 👍 |
Could i try to make a django app for this? |
@Raghwendra-Dey - Hmm, but Django is pretty heavy. And as our use-case is pretty simple with very minimal requirements (no db, just 1 route) - I think it makes more sense to go with something lighter like flask. 😄 |
@athityakumar but without db how will we take the timetable of the user as input? |
I thought we'd be computing everything in memory and just provide a downloadable ICS file. What do you think of storing in db? |
I am not thinking of storing anything but, to get the html timetable of the user we need some db no? where the user would be submitting the timetable through forms and then after processing we offer them to download the ics file and then delete their timetable. |
Instead of cloning the repo and running the script, we could rather have students uploading their downloaded html file to our website and downloading an ICS file in return. A simple flask app, with no db requirements and just providing an ICS file to download would do. 😄
WDYT?
The text was updated successfully, but these errors were encountered: