RealMassive-Archive / prospector

how we prospect, mine, and refine CRE nuggets and turn them into listings
0 stars 0 forks source link

Can't reject images from the first state (Read Signage) #4

Closed jahio closed 10 years ago

jahio commented 10 years ago

Two buttons exist in the first state (Read Signage): one to tell the submitter that it's too blurry, and one to tell the submitter that it's an inappropriate image. When either is clicked, the entry should be rejected, and an e-mail should be sent to the submitter.

At present, this isn't happening; instead it's moving to the next stage.

jahio commented 10 years ago

Furthermore, that next stage is an un-necessary "approval" stage. All that happens is that the image is "tagged" and then the individual can either accept or reject it. That should be the case when the aforementioned buttons are clicked in step one, meaning that second step is useless.

Ergo, the second part of this task is to remove that second step.

jahio commented 10 years ago

Desired flow:

  1. User submits valid nugget.
  2. Admin views nugget under step one, "Read Signage"
  3. If the image is inappropriate, the admin clicks "Inappropriate". Same for "Blurry".
  4. A confirmation box comes up: "Are you sure?"
  5. The entry is rejected.
  6. The submitter receives an e-mail telling them.
jahio commented 10 years ago

The above workflow has been implemented and rudimentary testing has taken place. Changes shipped to production and should now be active. I encourage others to test it and notify me if any of this fails to hold true.