pepkit / pephub

A web API and database for biological sample metadata
https://pephub.databio.org
BSD 2-Clause "Simplified" License
13 stars 2 forks source link

bugs in upload pep UI #332

Open nsheff opened 3 days ago

nsheff commented 3 days ago
  1. If you go to submit a new pep and then click "upload PEP", the submit button only becomes active if you drop a file. If you click "browse", it says deactivated.
  2. If you drop 2 files, and then click the "x" to get rid of one, the dialog closes.
  3. If you press "cancel", nothing happens.
nsheff commented 3 days ago

Sorry more issues:

  1. I was wrong above. it's actually that it requires you to have a name before it becomes activated. This is highly unintuitive for me and I just spent several minutes trying to figure it out. I suggest instead: Don't disable/enable the submit button on a opaque reason, instead, just allow me to click "submit" and then say "You must provide a project name" if that is missing. that will be much more clear.
  2. even if I figure all this out and click submit, the UI is not working; it says this for everything I try to do, even things that clearly don't exist in the namespace: image
khoroshevskyi commented 3 days ago

It is due to new changes to the database. We have to release new pephub ASAP @nleroy917

nleroy917 commented 2 days ago

If you drop 2 files, and then click the "x" to get rid of one, the dialog closes.

I cannot replicate this one

nleroy917 commented 2 days ago

Unless someone else like @khoroshevskyi or @sanghoonio can replicate that... I guess I'll add the "likely solved" tag