Alex G Rice
Alex G Rice
The same error occurs if you comment out the invalid parameter call: ``` # tryit[3]() ```
Currently the Create Team form accepts a hashtag both with and without "#" character. It also does not validate for allowed characters. Resulting in inconsistent entries for team hashtags: It...
We also noticed this from the swagger ui.
@LanesGood Marc and I chatted about this and we agreed it is not essential for the release. It would probably only manifest as a bug under high concurrent loads, which...
I ran into this with a team I created, Four Corners Mappers, and I believe it was just via an Edit Team interaction that it occurred (although I cannot reproduce...
cc @jvntf @necoline
Oops, rather, this script outputs to the README.md ```json "docs": "swagger-markdown -i api/docs/api.yml -o api/README.md", ```
### Decide on Semantics of what is a "campaign" on the frontend in MR terms; is it a challenge? a single task to complete? #### Decision After discussion and whiteboarding...
#### Perform Gap Analysis between Scoreboard database schema and the MR api. Are any columns or tables missing or mismatched? Recommendation: Skip this There are 86 tables (relations) in the...
#### Add any database migrations to scoreboard, if any new columns or tables needed. None identified so far. Recommendation: If there are any database changes required, do this as needed...