Hackathon: ToDos v2

Date: 01-18-2016

Objective

Your clients liked the initial version of the ToDos app you built. They came back with a list of new requirements. Build them!

Due

Tuesday @ 11:59pm, 1/19/2016

Requirements

Hints

Priority

There are at least two approaches to showing tasks with different priorities on separate pages:

  1. Keep the current Firebase data structure. Each page retrieves the entire list of tasks and does its own filtering based on the priority value, or
  2. Modify the Firebase data structure so that tasks are organized by three separate child data locations, such as todos/low, todos/medium, and todos/high.

Make your own decision which approach to take. You are not limited to these two approaches. When we meet again next Monday. We will discuss the props and cons of various approaches.

Real-time Syncing