-
Notifications
You must be signed in to change notification settings - Fork 0
feat: TT-353 Create V2 Activities DAO #320
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
Conversation
|
@EdansRocks puedes por fa agregarle typing a los argumentos de las funciones y al valor que retornan? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now LGTM
|
Kudos, SonarCloud Quality Gate passed!
|








Description
With this PR the V2 directory was created for the new version of the Time Tracker backend, according to the structure defined by the team. In addition, the DAO was created to access the activity data from a JSON format file, as well as its service. The architecture taken into account can be seen below: