-
Notifications
You must be signed in to change notification settings - Fork 52
API Spec #112
base: main
Are you sure you want to change the base?
API Spec #112
Conversation
@jpetto, @kkyeboah, just adding a note here that Apollo can connect to a REST API as well with the |
On the same form, there is a "Topic" field. From memory, the MVP is supposed to have a list of pre-defined topics there. Is there a list of those topics that we could use in the form? And with regards to the API, will this list of topics be stored in another table? The |
Additionally, once a story has been approved successfully, I'm not redirecting users anywhere just yet. Instead, I show a toast message to indicate success: I added this as a temporary thing to snow something to the user instead of silently updating the prospect, but now I'm thinking perhaps API errors should be displayed this way as well instead of being rendered within the page? So that they don't push down any other content on the page, are always visible and easy to dismiss. Let me know what you think. |
Hi @jpetto, I was looking at the "Frontend questions" doc to make sure that I've got the ordering of data on the Prospects tabs right, and came across this:
This seems to suggest that the |
Here is what the frontend currently expects from the API that is not (yet?) reflected in the draft PR:
|
Additionally, I don't think I can send a |
Adding a spec for the API. Currently WIP