unitaryfund/metriq-api

`GET /api/user/submission`

Closed this issue · 2 comments

User (web app) System (REST API)
1. Call REST API:
    GET /api/user/submission
1.
2. 2. Return all of logged-in user's submissions in descending chronological order (HTTP 200)
3. (Received submissions) 3. (Sent submissions)

@vprusso This is the one new API route I think we need, for the /Submissions view.

Duplicate of #48, actually. Forgot about that, from Friday. I'll implement the /Submissions view, now.