Minimal app : inbox API, models, token auth, basic payload validation
Issue: https://gitlab.softwareheritage.org/product-management/coarnotify-service/-/issues/3
Goals:
-
handle POST /
and return receipt with Location header (newly cr -
handle HEAD /
with Link header to our inbox -
handle GET /<uuid>
and return user's notification -
handle GET /
and return user's inbox -
static landing page -
models to store notifications -
A DRF Token based auth + django users -
basic payload validation -
a first draft of the payloads -
Send Accept CN -
Send Reject CN -
Send Unprocessable CN -
dev/prod settings + swh config -
call extrinsic metadata storage -
basic makefile -
Tests
Edited by Renaud Boyer
Merge request reports
Activity
assigned to @rboyer
added 2 commits
added 2 commits
Please register or sign in to reply