Commit Graph

2 Commits

Author SHA1 Message Date
Wojciech Kwolek 8f93561c0a add some copy on the homepage 2020-08-29 20:14:57 +02:00
wojciech 7265866fe2 Implement accomplishment logging functionality
Allow browsing historical accomplishments.

Created a timeutils module, which contains all time-related logic, to
allow easier extension later (for when I'll be implementing timezones
and custom day-start hours)

show today's accomplishements on the main page

extract main.handle_accomplishment_submission function

handle adding new accomplishments to the database

add header and add accomplishment UI

extract .card css component

add Accomplishment model

Co-authored-by: Wojciech Kwolek <wojciech@kwolek.xyz>
Reviewed-on: https://git.r23s.eu/wojciech/doneth.at-backend/pulls/1
2020-08-29 17:41:18 +00:00