Skip to content

Commit 833702e

Browse files
committed
update TODO
1 parent 1c17c8b commit 833702e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

solid/TODO.Notifications

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ TODO:
22
- [ ] advertise the notifications channel in well-known
33
- [ ] advertise the notifications channel in HTTP headers
44
- [ ] reinstate the updates-via header in HEAD requests, which was removed from solid-crud
5-
6-
- [ ] add notifications controller
7-
- [ ] handle register requests - this must validate that the requestor has read access to the resource;
8-
- [ ] handle unregister requests - only the webid that subscribed should be able to unsubscribe
9-
- [ ] implement function to get subscription in SolidWebHook
5+
- [ ] implement function to get subscription in SolidWebhook
106

117
Backlog / later:
128
- [ ] add actor to notifications
@@ -17,3 +13,6 @@ Backlog / later:
1713

1814
Done:
1915
- [v] create a solid-notifications-subscription database table - columns should have: id, webid, path, url, expiry
16+
- [v] add notifications controller
17+
- [v] handle register requests - this must validate that the requestor has read access to the resource;
18+
- [v] handle unregister requests - only the webid that subscribed should be able to unsubscribe

0 commit comments

Comments
 (0)