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

Introduce a versioning system for the api - perhaps semver? #28

Open
2 tasks
howard-bailey opened this issue Nov 13, 2020 · 0 comments
Open
2 tasks

Introduce a versioning system for the api - perhaps semver? #28

howard-bailey opened this issue Nov 13, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@howard-bailey
Copy link

Problem
Currently when changes are made to the game-service (especially breaking changes) this also breaks in the dev environment of the frontend. We need to decouple this, so that the frontend can choose which version to use.

Success Criteria

  • Agree on versioning system (perhaps we can use semver's standards)

  • When changes are made, release a new version which the frontend can then update to when ready (the frontend will also implement a similar versioning system)..

@howard-bailey howard-bailey added the question Further information is requested label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants