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
Check how the functions are acting to save metadata within the database.
Future moment
Experiment and find possible bugs.
Make pagination.
Plan on interactions which is the button.
Create functions and identification to handle metadata and easily find errors and actions performed.
Possible preparations for WebHook services
Monitoring of actions
Assemble action mapping to verify Yens and Sugarcube movements
Future plans.
Flags:
These flags are very special to our data structure and that's what we're working on to improve the UI including command access and during future deployments we will probably update this list instantly. And by the way, I made a flag list to make future implementations:
Prevent user from purchasing the item in the store. NO_ACCESS(noAccess)1 << 50
Free discount DISCOUNT(discount)2 << 50
Permission to buy item in store BUY_ITEM(buyItem)3 << 50
Final structure of this implementation:
When creating a store on the server it is necessary that you agree with the rules before starting
Waiting...
This image is for demo only:
The image above was created by me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Future implementations:
Flags:
These flags are very special to our data structure and that's what we're working on to improve the UI including command access and during future deployments we will probably update this list instantly. And by the way, I made a flag list to make future implementations:
NO_ACCESS(noAccess)
1 << 50DISCOUNT(discount)
2 << 50BUY_ITEM(buyItem)
3 << 50Final structure of this implementation:
This image is for demo only:
The image above was created by me.
Beta Was this translation helpful? Give feedback.
All reactions