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

[TODO]: Core handler #30

Open
fu050409 opened this issue May 15, 2024 · 0 comments
Open

[TODO]: Core handler #30

fu050409 opened this issue May 15, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@fu050409
Copy link
Member

fu050409 commented May 15, 2024

Branch Name: feat/core-handler

Description

Implement core handler for Quantumix server.

Expected Effect

Be able to exchange data stream by op code in json. Such as:

{
    "op": "project/new",
    "data": { 
        "name": "Moonstone",
        "description" "Instant messaging with end to end encrytion"
    },
}

This will add a new project Moonstone and save to database (This is just an example, the exact da model should desgin later).

@fu050409 fu050409 added the good first issue Good for newcomers label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant