You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change or extend the API to be the Nominations API as well as Save An URL.
i.e. record all submitted URLs, optionally as nominations, where nominations have fields:
*Title
*URL
*Name
Email
Additional Information
Back-end should store all these in a proper DB table for analysis, e.g. tracking out-of-scope submissions. The existing page could also be ported over to it, where the * fields are required.
The fastapi branch includes an initial Nominations API, supporting tags and so forth. I've also made a basic iOS Shortcut that interacts with the Nomination API (or at least it's previous /api/save/ form), so that can work, but officially distributing something like that is a pain to set up, so I'm leaving that be for now.
Change or extend the API to be the Nominations API as well as Save An URL.
i.e. record all submitted URLs, optionally as nominations, where nominations have fields:
Back-end should store all these in a proper DB table for analysis, e.g. tracking out-of-scope submissions. The existing page could also be ported over to it, where the
*
fields are required.Ideas:
Consider supporting a webhook field, posting outcome events when the URL is processed.Consider bulk submission and response?Consider extending the API to allow bulk lookup of URL status (for Google Sheets style plugin etc.)The text was updated successfully, but these errors were encountered: