stinger222 / edu-schedule-constructor

Custom college/school schedules constructor
4 stars 0 forks source link

Add backend 😳 #41

Closed stinger222 closed 1 year ago

stinger222 commented 1 year ago

When I started this project, I thought this will be just a simple hard-coded html page with some styles, intended just for my personal use without any features whatsoever. Over time, when I came up with bunch of good ideas and it became clear that app will be something more than mere hard-coded html page, I still thought it will be so small and simple that there is no way I need any sort of backend, or if it's even worth trying to create one for practice. I treated this app as no-backend only, so even though such features as card creation and their "storing" sound like task for backend, app simply didn't had any from the very beginning, and such features currently will be implemented in the way that no-backend nature of the app allows

Now it's obvious that backend CAN be created for practice, and it will make sense here, so it's just a matter of time.

Regarding it's features: I'm not sure about final implementation, but currently I think there should be simple registration/login, and associated storages for each "user" (i.e. me and my schizophrenia) to contain created cards, settings etc. .

stinger222 commented 1 year ago

Done in PR #46