Prototype - Gigi-QiZhang/webdev-zhang-qi GitHub Wiki

There are three kinds of users in our application. Organization can create events, so volunteers and runners can RSVP.

Any user can search events posted in the website.

After Searching, loggedin user can navigate to event detail page by clicking event name in searching result.

After searching, loggedin runner or volunteer can view and/or follow organization by clicking organization name in searching result (and clicking the yellow star).

In event detail page, loggedin runner or volunteer have ability to register it.

If you runners' and volunteers' profile, you can see all the events you registered and organizations that you followed. By clicking any of them, you will be able to view their profile or event detail.

If you login as organization, you can see all runners or volunteers registered your event in each event page. By clicking them, you can view their profile.

username & password for test

  1. Runner: runner runner
  2. volunteer: volunteer volunteer
  3. organization: organization organization
  4. administrator: admin admin

Events to search

  1. test
  2. testing
  3. this is a test
  4. Shiyu
  5. Shiyu is a test

Feel free to create any new account or event to help test