TheDurian / food-group-app

1 stars 0 forks source link

Adding add person functionality (with mocks) #27

Closed TheDurian closed 9 months ago

TheDurian commented 9 months ago

Ok main screen temporary change, i needed a way to delete all the people i was adding, since there isnt a "list person" screen. This button deletes all the people in the system image

Clicking on the (+) buttons opens this screen image I added the "Add People" row.

That will open up this dialog containing all the people you have registered in the database image

Uh oh! you have no people. Guess you have to click that (+) icon on the top right

That gives you this simple form image

If you fill it out it looks like this (The validation is if you try to save without at least a first name) image

Once you save, you go back to this screen image

Now you can add your good friend you had lunch with, Darian! image

That adds him on this ongoing entry like this image

If I add a couple more people, you can see what it looks like with them all selected image

And thats all the changes. So some things still to do

  1. there is no connection still between the restaurant/people
  2. the formatting on the Add People textbox isnt the same as the others, i made that one custom and didnt want to spend more time since i was focusing on getting it working first