adhikjoshi / vm-student-organiser

Automatically exported from code.google.com/p/vm-student-organiser
0 stars 0 forks source link

XML to JSON #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What tab/area(s) are concerned with this enhancement?
1. Code

What should be changed/added?
1. Switch to JSON whenever possible
2. Keep XML for user-customizable/easy patch things such as belltimes and 
termdates
3. Use read/writeObject

Any other comments?
N/A

Original issue reported on code.google.com by jerichow...@gmail.com on 12 Feb 2011 at 3:45

GoogleCodeExporter commented 9 years ago
A problem with XML editing is I think the swf reloads the files each launch, so 
the edits are overwritten. But please correct me if I'm wrong :)

Original comment by taipan.s...@gmail.com on 12 Feb 2011 at 5:49

GoogleCodeExporter commented 9 years ago
Actually overwrites on exit, so changes will have to be made while the
app is closed. Though this is mainly for developer convenience
(change, post as download patch etc)

Original comment by jerichow...@gmail.com on 12 Feb 2011 at 6:02