SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Stop using project level scope #3138

Closed andrewmurraydavid closed 5 months ago

andrewmurraydavid commented 5 months ago

Reason for this PR

A change was made a while ago that moved the project level scope to context-aware. This is tech debt to clean this up.

Description

Move away from project level scope and use session (context-aware) scope.

Ready for review checklist

Use [N/A] if the item is not applicable to this PR or remove the item

  • [x] Change the task url above to the actual Monday task
  • [N/A] Add/update tests if needed (Not applicable, all tests should pass)
  • [x] Add reviewers to this PR
andrewmurraydavid commented 5 months ago

This will be fixed by #3141