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
Add simple API call that retrieves the dossier for a specific topic (directory) from disk.
All of this should be wrapped in an FS-specific implementation, to allow different dossier sources in the future.
If the topic (directory) does not exist, the response should be empty.
If the dossier does not exist, the response should be an empty dossier with a flag to show it's new
If the dossier exists, the response should contain the dossier in its fetched state
The text was updated successfully, but these errors were encountered:
Add simple API call that retrieves the dossier for a specific topic (directory) from disk.
All of this should be wrapped in an FS-specific implementation, to allow different dossier sources in the future.
The text was updated successfully, but these errors were encountered: