PinewoodPip / Giickos

0 stars 0 forks source link

Calendar UI #13

Open PinewoodPip opened 1 year ago

PinewoodPip commented 1 year ago

A calendar section needs to be implemented.

This seems ideal for our project: https://github.com/kizitonwose/Calendar As it has all the date and time logic implemented and a built-in weekly view like the one we want for our app.

https://github.com/kizitonwose/Calendar/blob/main/docs/View.md

It's written in kotlin, but the small effort to work with it should be more than worth it considering the sheer complexity of implementing a calendar from scratch (both code and views). https://kotlinlang.org/docs/java-to-kotlin-interop.html

PinewoodPip commented 1 year ago

The calendar now works quite well, but is missing a project filter, some user feedback (show the current day somewhere, so scrolling the weeks is not as confusing) and a button to return to the current day.