usaco-guide icon indicating copy to clipboard operation
usaco-guide copied to clipboard

Unresolved Problem Suggestion Issues

Open bqi343 opened this issue 3 years ago • 4 comments

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

bqi343 avatar Apr 19 '21 02:04 bqi343

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

maggie-j-liu avatar May 03 '21 05:05 maggie-j-liu

@thecodingwizard @jeffreymeng ?

still an issue (ex. tags array in #1549)

bqi343 avatar May 03 '21 15:05 bqi343

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...

thecodingwizard avatar May 24 '21 20:05 thecodingwizard

Currently, you can't submit a USACO problem as a suggestion. We should fix this if this changes though.

bqi343 avatar Mar 07 '23 21:03 bqi343