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

Oct 27, 2024: Sandbox to Production #299

Merged
merged 94 commits into from
Oct 27, 2024
Merged

Oct 27, 2024: Sandbox to Production #299

merged 94 commits into from
Oct 27, 2024

Conversation

Aleksandr-v25
Copy link
Contributor

No description provided.

Aleksandr-v25 and others added 30 commits July 4, 2024 22:31
- Return the whole record on creation
- Set `Incomplete_Record__c` as true if a student was registered
Step 1 Update:
- Replace a separate Salesforce Query with flow-ref to the existing GET Contact endpoint
Step 2, Step 3:
- Include updated record in the response ('data' field)
Other:
- Include `Incomplete_Record_c` to GET Contact Query
- Created a new flow: `post:\contacts\(contactId)\finishRegistration:application\json:salesforce-data-api-config`
- Added the flow to RAML
- Added the flow and testing information to Postman
- Modified POST WaiverID to support incoming flow references
- Execute PATCH flow instead of updating the field in the code (Step 4)
- Modify PATCH flow to support the new call
- Return `IncompleteRecord ` instead of `Incomplete_Record__c`
- Add WaiverHistory to the response (step 4)
- Add Postman Collection for future tests
…-support

Local Run Support + Script To Build the App Locally
…r-the-updated-web-registration

Feat/265 support for the updated web registration
Aleksandr-v25 and others added 27 commits July 31, 2024 19:08
…-production-2

CI/CD Deployment: Production
…orTeams

Fix/252 Updated RAML for /teams based on acceptance criteria
…orContacts

Fix/250 Updated RAML for /contacts based on acceptance criteria
1) Waivers are filtered by "Archieved__c"
2) Removed "PaperReceived" variable (it should not be here)
- Replaced `Paper_Form_Received__c` with `Signed_Paper_Form_Received__c`
Example: {{base_url}}/waiverHistory?contactId=003UQ00000GXyAfYAL
Update Postman Collection for `/coach` endpoints
…complete2

Fix: `Incomplete_Record__c` -> `Student_Record_Complete__c`
…er-history

Fixes for Waiver (get, post) and new endpoint for WaiverHistory
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.

only a brief check. please test after

@Aleksandr-v25 Aleksandr-v25 merged commit b9a30dc into master Oct 27, 2024
2 of 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.

3 participants