Created a route to fetch recent modifications as a csv to allow creating clients

This commit is contained in:
Stuce 2025-07-03 09:42:31 +01:00
parent de60936cd2
commit 1e661031fb
8 changed files with 71 additions and 11 deletions

View file

@ -8,12 +8,15 @@ TodolistItem
Todolist
groupId GroupId OnDeleteCascade
title Text
lastModified UTCTime
UniqueListPair groupId title
deriving Show
User
name Text
UniqueName name
Group
group Text
lastModified UTCTime
GroupUser
user UserId
groupId GroupId OnDeleteCascade

View file

@ -26,3 +26,4 @@
/delete DeleteGroupR POST
/delete/group/#GroupId DeleteTodolistR POST
/api/#Int ApiR GET