codepath17-g7 / chatspot

1 stars 2 forks source link

User created activity in the chat room #32

Open roostertech opened 7 years ago

roostertech commented 6 years ago

Two Views:

Button from inside around me room -> Create: Name Target icon to pick location (show map location below after picked)

Sticky preview at top of around me room (name, number of people joined) -> View: Name Creator (name, profile pic) How many people have joined Button to join Map

Data model activity name long lat creatorname creatorprofile joined[guid:true]

vkochar commented 6 years ago

The data model and client methods are in place. also have a translucent banner in chatroom that indicates an ongoing activity. Tapping on the activity banner opens a vc that should contain more details about the activity(details is TODO)