Update Task/Penalty and Reward Changes

2026-02-18 14:09:39 -05:00
parent 823894cea2
commit 4b19e4ce2b
2 changed files with 19 additions and 11 deletions

@@ -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)

@@ -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