Skip to content
Akshay Arora edited this page Aug 7, 2017 · 31 revisions

This page is a WIP

The purpose of this document is to clarify the main details of the app

Name: PyCon India Mobile App

Designing from the bottom up.

Let's first try and answer the following questions::

  • What is the main purpose of the app?
  • How is the app going to be used?
  • What features are going to be in the app?

What is the main purpose of the app?

Just having a app for the sake of having a app is useless unless it actually serves a prupose. If it does not serve a purpose apart from just existing for the sake of it, we might as well not do it atall.

  1. It should usefull to the volunteers/attendees.
  2. It should help automate stuff that otherwise can not be simply automated.

So, with that in mind let's look at last years features that are listed here https://github.com/pythonindia/PyCon-Mobile-App/issues/32

The list items are as follows::

  1. List Conference schedule.
  2. Separate schedule for each day.
  • Current talk going on to be highlighted.
  1. Schedule item should load Session details
  2. Ability to favorite a session.
  3. Display the favorite session in a calendar view.`
  4. Remind the user 10 minutes before the session.
  5. User can submit the feedback of the session via app.

Items 1 & 2:: Schedule for each day::

Usecase:

    - Volunteers and Organizers could use it for keeping track of the current track.
    - Attendees could use it to select which talks they want to attend.

How is the app going to be used?

What features are going to be inside the app?

Clone this wiki locally