nghugo / intro-prog

Introductory Programming Project Group 1
0 stars 0 forks source link

EXTRA: Reporting Tools (create timestamped files as snapshots of plan/camp status) #30

Open nghugo opened 10 months ago

nghugo commented 10 months ago

This exports a timestamped file (eg .txt or .json) with the plan/camp report information. I.e., the info that is displayed when admin clicks one of these options, is instead exported as a .txt file (this is an ADDITIONAL feature, not a feature to replace it):

[2] Specific plan (not yet implemented) This displays the plan information for a specific plan (eg displays the data for “plan1” in the plans.json file)
[3] All plans (not yet implemented) This displays the plan information for all plans (eg displays all the data from the plans.json file)
[4] Specific camp This displays the camp information for a specific camp (eg displays the data for “camp1” in the plans.json file)
[5] All camps in specific plan This displays all the camp’s information for a specific plan (eg if “plan1” selected, displays all data from camps.json for camps within plan1) [6] All camps in all plans This displays all the data in camps.json

nghugo commented 10 months ago

[REMOVED]