https://chat.openai.com/share/8529d922-ec9d-40e0-875c-bff8d32d7c07
Full-stack web app
Ruby on rails app where we have 2 types of users.
Regular
- sign in / log in
- dashboard with profiles consisting of images of a missing person but also some details about the person gender, nationality, age
- form page where they can send an image of a person together with some information (e.g. when it was taken, city, country)
Admin
- sign in / log in
- dashboard with profiles consisting of images of a missing person but also some details about the person gender, nationality, age but more than regular user like name, country, city of diassapearence, date of dissapearge
- another dashboard with multiple profiles of people
- a click on a profile opens a profile page which contains
- information about a person (e.g. name, age, home address, last place seen, last clothes worn) and a couple of images of the person (from those images only one is selected to appear on the dashboard (this can be changed from the person profile page))
- page where admins can see all the forms sent by the users and manage them
- if any image sent from forms matches pictures from the profiles ⇒ a notification is sent to the admin app about a possible face match ⇒ admins can approve or dismiss them
Resources
REST api + AIFR