SpencerLee / Huntr

NWhacks 2016 project. Job application tracking web app.
4 stars 0 forks source link

Persist switching a job from a list to another #2

Closed renniehaylock closed 8 years ago

SamirMarin commented 8 years ago

I can do this one. I was looking at it today.. Just realize that since each Job is dependent on it's list you have to update the job also not just simply give the job to the list.. But I think I know how to do it now. I'm heading to bed now. But I try and get it done by tmr night. It's looking good by the way! Good work!

SamirMarin commented 8 years ago

so right now persisting is working when moving from one list to another..

TODO: is saving the order within the list when the user mover jobs within the same list.. also right now the persisting when refreshed sometimes reorders the jobs.. this fix will come along with the fix for allowing order persistence within same list.

SamirMarin commented 8 years ago

Complete-- I believe the persisting is working fully-- persist when organizing jobs within list.. and also persist in correct order when modifying jobs from list to list.