-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/on edit functionality #54
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2cd86cf
feat(rule-book): implement field rule book history management and sch…
1483af6
feat(rule-book): add effective date and version fields to rule books …
04344cd
feat(edit-functionality): update EditTimeRange API with dynamic URL a…
c23ff4b
feat(migration): remove redundant updates and constraints from field_…
d1c9d08
feat(migration): enforce existence checks before adding effective dat…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
ApiDocs/HelloFutsal/Rule Book/UpdateFieldRuleBookAllSlots.bru
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
ApiDocs/HelloFutsal/Rule Book/UpdateFieldRuleBookSpecificSlots.bru
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
ApiDocs/HelloFutsal/Rule Book/UpdateFieldRuleBookTimeRange.bru
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
| vars { | ||
| development: http://localhost:3000 | ||
| fieldId: 1bdfdb6b-41d8-4e39-a38c-398bdca0ba39 | ||
| token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIzMDIyMWFkOS0zZjgyLTQzZDgtYjQ1OS1kZGYyMGY2YzgzOTAiLCJlbWFpbCI6bnVsbCwibW9iaWxlTnVtYmVyIjoiOTg2Nzc1NDczOCIsInJvbGUiOiJhZG1pbiIsImlhdCI6MTc3ODMwMDMyOSwiZXhwIjoxNzc4Mzg2NzI5fQ.GHeUq7DIOmimuj6eBVFtFq6HiFXf9oSQP8RS0pW1sCU | ||
| fieldId: 7e64459c-4a92-490c-bfdd-4ab660a626e9 | ||
| token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIzZjljZWYwZi0zZGQ0LTQwOGMtYTI2Ni0wMDJjN2E3MjlhODUiLCJlbWFpbCI6bnVsbCwibW9iaWxlTnVtYmVyIjoiOTg2Nzc1NDczOCIsInJvbGUiOiJhZG1pbiIsImlhdCI6MTc3ODYzNzYxNywiZXhwIjoxNzc4NzI0MDE3fQ.lF51reUEi07ST1GxobnaRq_nQ9vHWKrmRwRx9yryfYU | ||
| ruleBookSpecificSlotId: 2e78fc78-08e4-423e-a8ef-5ff10c59f1a7 | ||
| ruleBookAllSlotId: 81e212b2-dd86-47db-bb96-8a163b615d61 | ||
| ruleBookTimeSlotId: 4aebf2ac-9651-4450-8968-812cd487261e | ||
| slotId: c7b13c7d-6d73-4e24-941e-d74a8eb18d5f | ||
| bookingId: c04ce07f-f1af-4ac2-a854-2f4394b2c565 | ||
| scheduleSettingId: c06a9396-8f7f-4158-94d9-59ebd9d0adfd | ||
| membershipId: 528852ea-9aa7-499f-bb9d-77301c0f8eae | ||
| rulebookId: 5d6ca08c-cfad-4273-9656-66b4cdb13262 | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Avoid hard-coded calendar dates in request examples.
Line 24 uses a fixed date (
"2026-05-21"), which will become stale and can mislead API consumers when copied. Prefer a placeholder/example format.Suggested doc tweak
📝 Committable suggestion
🤖 Prompt for AI Agents