1. US329 : Sync - Push from device to server
    1. Add/Delete contact in the device , changes should be updated on the sever
    2. Add/Delete chemicals in the device , changes should be updated on the sever
    3. Device always win
  2. US330 : Pull data
    1. Add/Delete contact on server , changes should be updated on device
    2. Add/Delete chemicals on server , changes should be updated on device
    3. Device always wins
  3. US 263 : Add chemical - iOS
    1. same chemical can have multiple entry in an occupancy
    2. chemical name should be a valid entry.
    3. "Start Typing" - should work as auto complete and auto search.
    4. Newly added chemicals should be updated in the local DB.
    5. simple drop down for Container and Unit of Measure for the initial release
  4. US 19 : Sync loading indicator - iOS
    1. load indicator - when local DB is syncing with the server
    2. app is disabled until sync is complete
    3. On initial sync - "sync could take several minutes" message display
    4. sync on every login
    5. sync on every login
  5. US294 : inspection tab -iOS
    1. UI - as per the mock screen
    2. Editing - as per the description specific to each field
    3. local DB updated for every change saved
  6. US 302 : Remove Start Inspection from Header - iOS
    1. Start inspection button should be removed
    2. Inspector name should be displayed (if assigned)
    3. If no inspector assigned - "No assigned inspector" to be displayed
  7. US 332 : Sync loading indicator - Windows
    1. load indicator - when local DB is syncing with the server
    2. app is disabled until sync is complete
    3. On initial sync - "sync could take several minutes" message display
    4. sync on every login
    5. sync on every login
  8. US 306 : Inspection tab - Windows
    1. UI - as per the mock screen
    2. Editing - as per the description specific to each field
    3. local DB updated for every change saved
  9. US 304 : Remove Start Inspection from Header - Windows
    1. Start inspection button should be removed
    2. Inspector name should be displayed (if assigned)
    3. If no inspector assigned - "No assigned inspector" to be displayed
  10. US 333 : Add chemical - Windows
    1. same chemical can have multiple entry in an occupancy
    2. chemical name should be a valid entry.
    3. "Start Typing" - should work as auto complete and auto search.
    4. Newly added chemicals should be updated in the local DB.
    5. simple drop down for Container and Unit of Measure for the initial release