letelete/sleep-cycle-alarm

Add alarms manager

Closed this issue · 1 comments

Alarms manager should be responsible for receiving data of tapped items from alarms lists (at sleep now tab and wake up at tab) and insert or update realm database with created Alarm.

I think we will need to refactor AlarmsPresenter a little bit and make it more flexible.

Passing Alarm to realm should be done in the background so the user don't need to switch to alarms tab to create a new alarm

I'm working on it.