wiki.paulswartz.net

Navigation

Recent site activity

Home‎ > ‎DevelopActivity‎ > ‎

Plans

Adding tabbed editing has made me rethink how Develop works.  Before, when you hit Keep, Develop saved the activity with a copy of the file that you were editing.  This way you could come back to an older version.  With tabbed editing, my plan now is:
  • each file (eventually, only each changed file) gets an object in the datastore.
  • when we keep, we keep each of the individual files that's opened, and then store the object ids
  • if we want to go back in time, we can resume either an individual file or the whole activity at that time

This means Develop needs to support being resumed with a file or a saved Develop activity.  Eventually, it should also support being resumed with an Activity, to start development on that.