GY-CODING / gy-messages-service

GYCODING's official messaging service backend.
https://api.gycoding.com/messages
MIT License
2 stars 0 forks source link

Change metadata management #4

Open gy-toxyc opened 4 months ago

gy-toxyc commented 4 months ago

The purpose of this issue is to improve the metadata manegement currently in use.

Tasks

In order for this issue to be closed, all tasks should be completed.

gy-toxyc commented 4 months ago

Initial Metadata Model (General)

{
    "gy_messages": {
        // Metadata for GY Messages product.
    },
    "other_product": {
        // Metadata for other GYCODING product.
    }
}