chet: I started learning Flask today
n3rdium: I started writing the backend today. I faced some problems regarding the storage of API keys on Vercel. I solved that problem by using environment variables and os.environ
to fetch them.
chet: I'm still learning Flask
n3rdium: Had some problems, but eventually got the Flask API online on Vercel.
n3rdium: Finally got the backend push notification service working!
n3rdium: Figured out how to authenticate users, added secure user authentication. Was inactive for 9 days fsr, regrets it deeply. Grinding hard now. Also made an owl mascot for the app.
n3rdium: Added a course template and started building the course renderer. Also created a quiz renderer.
n3rdium: Cleaned up main.py, started working on the course search.
n3rdium: Moved api routes to /api
, moved all the code from src/API
to just src
, worked out an easier way to manage dev mode, made a basic search page.
n3rdium: Added user profiles. Streak system also completed. Notifications are now working on mobile devices.
n3rdium: Added a lot of stuff, fixed navigation between course pages. Backend is approximately 85% complete!
chet: Created the first official Everskill course! Making some history here.
n3rdium: Backend is approximately almost complete! Integrating the backend with the frontend...
chet: The front-end is 80% done, home page and some styling left!