Alex G Rice
Alex G Rice
In #173 the shape of the response in `/teams` and `/organizations/{id}/teams` is now changed. It is different than `/teams/{id}` because of the addition of moderator list and member list. The...
I noticed this when developing on osm-teams locally. My oauth token expired, and the osm-teams api was returning responses like this when I used the api with a bearer token...
On https://dev.mapping.team/ I was attempting to Log Out and authenticate as a different user on openstreetmap.org. openstreetmap.org indicated I had successfully switched users, but osm-teams appear to remaine stuck on...
Go to http://localhost:8989/teams/create - Enter for the description: > Proin eget dolor in dui congue volutpat et at erat. Curabitur nec ex vitae ante consectetur luctus eget eget dolor. Fusce...
~When using `yarn` for package management, one does not see the deprecation warnings which are provided from npmjs.com upon `npm install`.~ correction: the same deprecation warnings can be discovered by...
There are many routes in `api/src/routes/index.js` which are not documented in `api/docs/api.yml`.
The button should be hidden if - the user is already a team member - if the user is not signed in - if the team is not “Open” The...
If you mark a team as `private` in the osm-teams database, and then try to load the scoreboard page `team/{id}` a React error in pages/team.js because of a missing prop:...
I noticed this when running `yarn test` locally. I believe best practice is that 3rd party and external apis should be mocked. CI running unit tests can fail because of...
Integrate MapRoulette (MR) into Scoreboard and display a user’s active MapRoulette tasks on their dashboard. Subtasks - [x] Decide on Semantics of what is a "campaign" on the frontend in...