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

Item & Relation CRUD system architecture and design #8

Open
LessComplexity opened this issue Mar 2, 2020 · 0 comments
Open

Item & Relation CRUD system architecture and design #8

LessComplexity opened this issue Mar 2, 2020 · 0 comments
Assignees
Labels
back-end Issue in the back-end documentation Improvements or additions to documentation enhancement New feature or request

Comments

@LessComplexity
Copy link
Member

An architecture and design for the CRUD operation on Items & Relations are needed. The key factors to keep in mind while creating the design:

  • Ability to CRUD new item/relation instances
  • Ability to CRUD new items/relations
  • Design will work using queries in JSON/PHP array form that will be translated to database query language
  • Parsing query will not work with queriable objects - as they take more time to process since need unecessary memory allocations and need workarounds for query optimization - our goal is that the system will self-optimize when reading the JSON/PHP query.
@LessComplexity LessComplexity added documentation Improvements or additions to documentation enhancement New feature or request back-end Issue in the back-end labels Mar 2, 2020
@LessComplexity LessComplexity self-assigned this Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Issue in the back-end documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant