Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC MMU storage adapter #321

Open
geourjoa opened this issue Dec 12, 2024 · 3 comments
Open

POC MMU storage adapter #321

geourjoa opened this issue Dec 12, 2024 · 3 comments
Assignees

Comments

@geourjoa
Copy link
Contributor

geourjoa commented Dec 12, 2024

POC if a MMU storage adapter can replace all Locale Storage Adapter feature

I have create a draft of MMUAdapter. Backend call need to added
I have precise the work to do in MMUAdapter file.

In Backend you must create a new object type "AnnotationPage".

Annotation Page fields proposition in

  • ProjectId : int
  • AnnotationPageId : string
  • content : json

You will see in MMUAdapter, you only need to add two routes : GET and UPSERT

Checkout 321 git branch

@geourjoa geourjoa self-assigned this Dec 12, 2024
@geourjoa
Copy link
Contributor Author

@daxid

@geourjoa geourjoa assigned Drilio and unassigned geourjoa Dec 12, 2024
@geourjoa
Copy link
Contributor Author

I think annotationPageId must be a valid dereference url but we will see after. Or not !

@daxid
Copy link
Member

daxid commented Dec 13, 2024

If the annotation page is in database, you need an API that propose you to download the annotation page when you go to the ID URL. I think we will pass on that. As long as the manifest Ids point to the manifest files we are good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants