Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 47dcbdd

Browse files
committed
Rearrange TODOs
1 parent 5dab851 commit 47dcbdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

infra/handler/src/DeckGo/Handler.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616

1717
module DeckGo.Handler where
1818

19+
-- TODO: created_at, updated_at
20+
-- TODO: improve swagger description
21+
-- TODO: feed API
22+
1923
-- TODO: double check what is returned on 200 from DynamoDB
2024
-- TODO: check permissions
21-
-- TODO: created_at, updated_at
2225
-- TODO: TTL on anonymous users
2326
-- TODO: enforce uniqueness on deck_name (per user)
24-
-- TODO: improve swagger description
2527

2628
import Control.Lens hiding ((.=))
2729
import Control.Monad

0 commit comments

Comments
 (0)