usaco-guide
usaco-guide copied to clipboard
Unresolved Problem Suggestion Issues
See #1361
- [x] tags array still nonempty when it should be empty
- [ ] uninformative error when submitting a problem with USACO as the source but with an improperly formatted URL
The usacoId is a number instead of a string. I think this has something to do with the firebase functions not updating?
- https://github.com/cpinitiative/usaco-guide/pull/1563
- https://github.com/cpinitiative/usaco-guide/blob/947a3ac220e330fa03aa5b53a201f80b0f4c208f/src/models/problem.ts#L206
@thecodingwizard @jeffreymeng ?
still an issue (ex. tags array in #1549)
Redeploy fixed the tags array + USACO string issue. See https://github.com/cpinitiative/usaco-guide/pull/1591 for example
uninformative error still a problem though...
Currently, you can't submit a USACO problem as a suggestion. We should fix this if this changes though.