evyos-frontend-development/frontend/pages/living-space
Berkay 5bb6021102 updated build add update delete 2025-12-02 17:13:25 +03:00
..
add updated living space add list updagte 2025-11-29 12:31:05 +03:00
list updated living space add list updagte 2025-11-29 12:31:05 +03:00
tables updated build add update delete 2025-12-02 17:13:25 +03:00
update updated living space add list updagte 2025-11-29 12:31:05 +03:00
ReadMe.txt user type graphql added 2025-11-25 20:16:11 +03:00

ReadMe.txt

# Todo List

First Step: Get build data && Make build selection
build: Types.ObjectId;

Second Step: Get user types data && Make user types selection
Condition: Unlock if build is selected
userType: Types.ObjectId;

Third Step: Get parts data && Make parts selection
Condition: Unlock if user type is selected && UserType.isProperty === true
part: Types.ObjectId;

Fourt Step: Get company data && Make company selection
Condition: Unlock if build is selected
company: Types.ObjectId;

Fifth Step: Get person data && Make person selection
Condition: Unlock if build is selected
person: Types.ObjectId;

Condition:

    if collectionToken is selected @Build &&
    if buildID, userTypeID, partID, companyID, personID is selected then=>
        + Add Living Spaces to Mongo
        + Update related collections
        + Validate data integrity