ploot
- 2 Devlogs
- 16 Total hours
A planner app: schedule the times you are ready to study, the tasks you need to do, and the AI will schedule it for you :D
A planner app: schedule the times you are ready to study, the tasks you need to do, and the AI will schedule it for you :D
i fixed the ui :D and also got rid of a bunch of bugs related to scheduling and signup/login
i also added a dashboard but theres nothing in it so far
there are still some problems though, since the ai doesn’t generate schedules half the time. after this, i mostly plan on adding a modification part for the schedule, a place to save the calendar and check it, and some stuff in the dashboard. :D
I’m also planning on upgrading the text place into a proper todo-list
thanks for reading :D
so far, I’ve added a lot of things: the basic funciton(a calendar where you select the times available, a somewhat formatted editor where you can put what you need to do for that day, and an AI schedule generated from these pieces of information). i also created authentication(using maigc link only). initially, i stored the events and resulting schedule in a json, but i changed the inputs and put them into a database, and then converted the resulting schedule into .ics format so you can download it. as of right now, its a bit ugly, but that will be fixed in the future!