Commit Graph

6 Commits

Author SHA1 Message Date
1ec9c3ca12 Started functionality around editing a verse. Added the ability to add a new child as well as a force popup if you load the page and there are no people in the db. Need to add another field for when you add a person to add their club too. 2024-10-08 17:35:04 -04:00
61094c1aac Some good progresspython main.py Started the edit verse functionality. The cards on dashboard now pull dynamically based on the users in the db. Will need to add 'start up' functions that allow you to input your children so everything is scalable. Need to look into auth too. 2024-10-07 18:14:27 -04:00
a05d842a5a Moved functions to a util area. Cards on dashboard are organized and based on toggle and db. Cleaned up small functions. 2024-10-07 15:17:24 -04:00
9279c239b4 Cleaned up the grid that shows a person's db entries. Created basic card for the dashboard page. 2024-10-07 13:31:17 -04:00
c33157ec78 Cleaned up the look of ui.display and the modal for submitting a verse. There was an issue with the way python looks at for loops and a frontend ui, but thankfully the devs had answered a question on stack overflow. See here: https://stackoverflow.com/questions/76726671/im-populating-some-cards-using-for-loop-in-nicegui-each-has-a-label-and-a-butto. Set it to refresh as well so complete/incomplete shows the correct color as expected. Need to account for duplicates with a utility func. 2024-10-05 16:39:30 -04:00
d36add7f35 I feel like I have a good portion of the basic functionality of what I need so far include reading the db, updating db values, calling crossway's API for verses and parsing that payload. Styling leaves a lot to be desired still. 2024-10-04 19:50:45 -04:00