Wiredcraft / test-backend

39 stars 76 forks source link

[Server][User Apis]: CURD APIs for User Data #57

Closed beita1 closed 3 years ago

beita1 commented 3 years ago

Description

beita1 commented 3 years ago

Yes, It's just a design. 

---Original--- From: "Xavier Zhou"<notifications@github.com> Date: Fri, Feb 19, 2021 12:17 PM To: "Wiredcraft/test-backend"<test-backend@noreply.github.com>; Cc: "chips"<583159685@qq.com>;"Mention"<mention@noreply.github.com>; Subject: Re: [Wiredcraft/test-backend] [Server][User Apis]: CURD APIs for User Data (#57)

@xavierchow commented on this pull request.

In docs/readme.md: > + +| key | type | comments | +| ---- | ---- | ---- | +| _id | object id | Mongo's object ID +| name | string | user name +| dob | string | date of birth +| address | string | user address +| description | string | user description +| createdAt | datetime | date-time of the document's last update +| updatedAt | datetime | date-time of the document was inserted + +## Some Designs About Advanced Requirements + +### friends + +- description: friends collection
@beita1 I didn't find the implementation of the friends collection, is it still under development or am I missing anything?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

xavierchow commented 3 years ago

Thanks, this is good enough for our internal review, closing for now, and will get back to you soon.