sanijalal / dailydiaryservice

This is the backend service for Daily Diary App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model data relationship for the service

sanijalal opened this issue · comments

The application should have a simple activity - user relationship. An activity can only be assigned to a single user. An activity can be assigned tags for organisation.

Here is a rough visualisation of the data relationship:

user - activity

activity should have the followings: date, userid, description, title, tags, activityId

tag should have the following: tagId, title, dateCreated, dateModified