phlask / phlask-map

Code behind the Phlask Web Map
34 stars 33 forks source link

Add temporary ability to verify resources #446

Open vontell opened 2 weeks ago

vontell commented 2 weeks ago

In order to have a successful v2 launch of PHLask, we need to make sure that resources on the platform are verified. Currently, each resource in our database has a verified field, which is set to false by default.

We would like a way to easily mark resources as verified. Rather than building out a dashboard for admins (which we will do eventually), we will implement a feature within the app that allows us to mark a resource as verified or as not valid (and therefore deleted). The idea is that team members can go check various resources in person (or in streetview) and easily mark the resource as verified.

The below screenshots show a proposed design / flow for how this would work. Here are the main ideas:

image

Note that this feature may be removed soon after the launch, as we build out more official verification tools.

vontell commented 2 weeks ago

This is implemented in https://github.com/phlask/phlask-map/pull/458