Skip to content
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

Sandbox to Production [Dec 5, 2024] #308

Merged
merged 15 commits into from
Dec 6, 2024
Merged

Sandbox to Production [Dec 5, 2024] #308

merged 15 commits into from
Dec 6, 2024

Conversation

AleksandrMolchagin
Copy link
Contributor

Changes to be Moved to Production

1. Add Initial Task Endpoints:

  • GET /tasks?contactId={{contactId}}
    Retrieve tasks based on the contactId.
  • POST /tasks
    Create a new task.
  • PATCH /tasks/{{taskId}}
    Modify an existing task based on its taskId.
  • GET /tasks/{{taskId}}/tags
    Retrieve tags associated with a particular task (no examples available at the moment).

2. Enhance contact Object (GET Only):

Add the following fields:

  • LatestEnrolledEndDate
  • LatestEnrolledSiteId
  • LatestEnrolledSiteName

3. Extend contact Object (GET, POST, PATCH):

Add the following fields:

  • GradesChildParticipated
  • LatestWaiverDatec

4. Fix Enum Error:

Resolve the enum error in the POST /sessions endpoint.

5. Add a Python Script:

Include a Python script for concurrency tests (located in the docs folder).

Copy link
Member

@CritiqalPete CritiqalPete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@AleksandrMolchagin AleksandrMolchagin merged commit eb678c3 into master Dec 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants