aboutsummaryrefslogtreecommitdiffstats
path: root/internal (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-25Change to Sqlite driver that doesn't need CGO github.com/glebarez/sqliteLibravatar Mo Tarbin1-2/+2
2024-07-22Support linux_386 by changing minChores to int64, remove debugging log for ↵Libravatar Mo Tarbin2-7/+8
getNotification
2024-07-20Update ChoreHistory model to include updatedAt field, Support history ↵Libravatar Mo Tarbin3-8/+174
modification
2024-07-17Remove unnecessary code in skipChore and completeChore functionsLibravatar Mo Tarbin1-7/+2
2024-07-17Add CircleGroup notifications to chore notificationsLibravatar Mo Tarbin3-11/+78
2024-07-09Update database configuration to support custom SQLite pathLibravatar Mo Tarbin1-1/+7
2024-07-07Add time field to FrequencyMetadata structLibravatar Mo Tarbin2-0/+13
2024-07-07Fix Adaptive Scheduler, Update email handlers, telegram notificationsLibravatar Mo Tarbin9-35/+193
2024-07-07resetPassword function to handle user not found caseLibravatar Mo Tarbin1-3/+2
2024-07-07Update chore notification messages to use markdown formattingLibravatar Mo Tarbin1-1/+1
2024-07-07Update chore notification messages to use markdown formattingLibravatar Mo Tarbin2-3/+3
2024-07-07chore: Update chore detail query to include notes in resultLibravatar Mo Tarbin4-9/+60
2024-07-06Add GetChoreHistoryWithLimit method to ChoreRepositoryLibravatar Mo Tarbin1-1/+8
2024-07-06Group chore detail query by chore ID and last completed dateLibravatar Mo Tarbin1-1/+1
2024-07-06Add GetChoreDetail endpoint to retrieve detailed chore informationLibravatar Mo Tarbin4-0/+82
2024-07-05make thing a pointer on choreLibravatar Mo Tarbin2-21/+21
2024-07-02Add validation to deleteThing endpoint to prevent deletion of things with ↵Libravatar Mo Tarbin2-0/+13
associated tasks
2024-07-02Dissociate chore with thing in deleteChore functionLibravatar Mo Tarbin2-0/+6
2024-07-01Update local.yaml to set is_done_tick_dot_com to false, add things historyLibravatar Mo Tarbin4-10/+5