inxilpro / disastercheckin.com

Open source repository for disastercheckin.com
MIT License
2 stars 6 forks source link

[ WIP ] Issue/1 #4

Open ProjektGopher opened 4 hours ago

ProjektGopher commented 4 hours ago

Resolves #1

edgrosvenor commented 3 hours ago

Our primary concern here is that people may be using this using very spotty internet, so we're staying away from javascript entirely and using as little markup and CSS as possible.

We've done the following:

  1. Created an AppLayout component with an absolute minimum template that uses pico (currently pulled in via CDN)
  2. Created a welcome page with basic info about what the app does with a search form.
  3. Created an event that fires when a user searches for a phone number
  4. Created a controller that validates (required|string) the phone number
  5. Some quick and dirty normalization to get the phone number into E164 format
  6. Created an event that is fired when a user searches for another user

What remains: