samuelmello / datasoul

Automatically exported from code.google.com/p/datasoul
1 stars 5 forks source link

Suggestion: Record Statistics #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Worship team has been asking me to create a way to record statistics of songs 
sung in our church.

I'm not a Java developer, so the suggested was to use a simple spreadsheet, 
however it is not working very well because they forget to update it;

I'm not sure how Datasoul works with the XML files, but maybe you could add two 
columns in the file:
1- (integer) Number of times the song was "used"/sung;
2- (date) Last time the song was sung;

OR you could use SQLite <http://www.sqlite.org> to record better statistics;

Thanks in advanced for your help and have a blessed 2013,

Douglas

Original issue reported on code.google.com by machad...@gmail.com on 23 Dec 2012 at 3:20

GoogleCodeExporter commented 9 years ago
There are a few issues with this approach, specially when you edit services in 
multiple computers. 
Maybe a better approach would be create an external tool that read a bunch of 
files from a directory and then generate the desired statistics. So, you can 
save in a directory all files you have actually used and then use the tool on 
it.

Original comment by samuelme...@gmail.com on 28 Dec 2012 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by samuelme...@gmail.com on 23 Jan 2013 at 8:04