Migration Roadmap #1
nathan-isaac
started this conversation in
General
Replies: 1 comment 6 replies
-
Hey, SantaClaus from discord here.The proposed architecture looks great! But I'm not exactly sure if assigning tasks according to the routes is ideal at this initial stage. All of these routes contain underlying module dependencies which overlap. I think implementing these modules could be done initially and then the routes could be migrated individually. The modules could be seperated as:
What do you think? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We may want to break some of these into other discussions but for now I'm going to consolidate them all here.
Contributions
I updated the readme to include some high level architecture plans.
Routes to migrate
/*
Static Assets/account
/needs-bootstrap
/validate
/bootstrap
/login
/change-password
/sync
/sync
/user-get-key
/user-create-key
/reset-user-file
/upload-user-file
/download-user-file
/update-user-filename
/delete-user-file
/list-user-files
/get-user-file-info
CRDT
Protobuf
Other tasks
Beta Was this translation helpful? Give feedback.
All reactions