-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: activities enhancement and activity teams #144
Conversation
apps/api/src/handlers/tasks.ts
Outdated
.select('id_user') | ||
.eq('id_activity', activityFound.id_activity); | ||
if (error || !teamMembers) { | ||
return c.json({ error: 'Error while executing requeset' }, 500); |
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.
requeset -> request
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.
Je n'ai pas tout analysé dans le détail mais dans l'ensemble ça paraît good.
Juste attention aux dates dans les tests ça risque de casser un jour une fois dépassé cette datee.
C'est bon car le test d'activité est récurrent à l'infini |
Summary 📝
This pull request modify the activities routes to allow scheduling and reccurence with exceptions if needed.
It also add teams to the activities and tasks
Which part of the repository is impacted ?
The api is impacted