diff --git a/staff/anna-gonzalez/project/doc/README.md b/staff/anna-gonzalez/project/doc/README.md index d110ceea..926a4f52 100644 --- a/staff/anna-gonzalez/project/doc/README.md +++ b/staff/anna-gonzalez/project/doc/README.md @@ -19,7 +19,7 @@ User - read data about your current cycle - read events reminders - read reports of the last cycles -- read predictions for the next cycle +- read predictions for the next cycle in the calendar - read user profile - read tips regarding your week of the cycle @@ -59,7 +59,7 @@ Cycles - user (User.id) - periodStart (Date) - periodEnd (Date) -- cycleEnd (Date) +- cycleEnd (Date, optional) - isRegular (boolean) - dailyLogs: ([DailyLog.id]) @@ -67,18 +67,14 @@ DailyLog - id (ObjectId) - cycle (Cycles.id) - date (Date) -- flowIntensity (string, enum: light | medium | heavy) -- energyLevel (string, enum: low | medium | high) -- sleepQuality (string, enum: poor | average | good) -- sexualActivity (number) -- symptoms ([Symptom.id]) - -Symptom -- id (ObjectId) -- name (string) - -- category (string, enum: physical | emotional) -- severity (string, enum: mild | moderate | severe) + +- symptoms (string, enum: fatigue | headache | cramps | tender breasts | acne | backache | cravings | abdominal pain | dryness) +- mood (string, enum: calm | happy | mood swings | sad | anxious) +- energy (string, enum: low | medium | high) +- flow (string, enum: no discharge | creamy | watery) +- sleep (string, enum: poor | average | good) +- sexualActivity (string, enum: didn't have sex | had sex) +- sex drive (string, enum: low | medium | high) Event - id (ObjectId) @@ -87,41 +83,14 @@ Event - title (string) - description (string) - reminder (boolean) -- recurrence ({ type (string), interval (number)}) +- recurrence (Object { type (string, enum: daily, weekly, monthly), interval (number)}) Tip -- id (ObjectId) +- id (ObjectId) - phase (string, enum: menstruation | follicular | ovulation | luteal) - category (string, enum: nutrition | exercise | self-care | music) - description (string) - - - ### Techs - HTML/CSS/JS (...)