TeamGreenMobileApp2015 / HotelApp

0 stars 0 forks source link

Tasks Completion Logic #6

Open RyanDawkins opened 9 years ago

RyanDawkins commented 9 years ago

Marking a task as complete

RyanDawkins commented 9 years ago

I think this may be as simple as flipping a switch on the task since there is no "approval process".

jeffmshepherd commented 9 years ago

Any more thoughts on this? We could add "complete" to the Task parse subclass and set it to false when a new task is created. This would give us something to query and filter by when needed.

RyanDawkins commented 9 years ago

Yeah so basically this will work exactly like that...

I need to add the column in parse.

RyanDawkins commented 9 years ago

@jeffmshepherd This is done?