diff --git a/Task%2FPenalty-and-Reward-Changes.md b/Task%2FPenalty-and-Reward-Changes.md new file mode 100644 index 0000000..47cfc4a --- /dev/null +++ b/Task%2FPenalty-and-Reward-Changes.md @@ -0,0 +1,19 @@ +Ideas for features. + +## Task / Reward Tracking + +- record number of times a task/reward was marked complete +- record date and time task/reward marked complete +- record number of times a reward was requested redeemed or cancelled +- record time and date.... + +Track and log points before and after task/reward +Create a tracking log file + +## Dynamic Cost/Points + +- When assigning a task, penalty, or reward - allow a custom cost/point to be assigned (1-10000), with a default assigned at entity creation +- Will need to change Task / Reward edit so that the cost/points are called DEFAULT +- Will need to find a good way to edit the assigned task/reward's dynamic value after assigned - (maybe some kind of edit icon?) +- Child database or new database with the dynamic assigned values inside +- Log when points/cost was changed (before -> after) \ No newline at end of file diff --git a/Task-%2F-Reward-tracking.md b/Task-%2F-Reward-tracking.md deleted file mode 100644 index 7990f47..0000000 --- a/Task-%2F-Reward-tracking.md +++ /dev/null @@ -1,11 +0,0 @@ -Ideas for features. - -## Task / Reward Tracking - -- record number of times a task/reward was marked complete -- record date and time task/reward marked complete -- record number of times a reward was requested redeemed or cancelled -- record time and date.... - -Track and log points before and after task/reward -Create a tracking log file \ No newline at end of file