Added cog for fitness activity logging feature. #11

Merged
AllfatherHatt merged 1 commits from feature_fitness_logger into master 2026-02-04 11:14:47 +01:00
Owner

At its starting state it would accept following commands:

  • !getunits : Would send a JSON file with activity units via Discord message. Those files are responsible for setting up a fitness activity to log.
  • !getlog : Would send a CSV file with fitness activity log. Those files contain records with timestamp, username, and reported activity measurements.
  • ! <unit (optional)>: Would create a record with your fitness activity in corresponding CSV log file. If you choose to report different unit (feet, for example), it is going to convert as specified in its corresponding JSON file with units (to meters, for example) if the activity specified as convertable. Non-convertable activities' units are ignored.
At its starting state it would accept following commands: - !getunits <activity>: Would send a JSON file with activity units via Discord message. Those files are responsible for setting up a fitness activity to log. - !getlog <activity>: Would send a CSV file with fitness activity log. Those files contain records with timestamp, username, and reported activity measurements. - !<activity> <value> <unit (optional)>: Would create a record with your fitness activity in corresponding CSV log file. If you choose to report different unit (feet, for example), it is going to convert as specified in its corresponding JSON file with units (to meters, for example) if the activity specified as convertable. Non-convertable activities' units are ignored.
T-BENZIN added 1 commit 2026-02-04 11:10:22 +01:00
At its starting state it would accept following commands:
- !getunits <activity>: Would send a JSON file with activity units via Discord message. Those files are responsible for setting up a fitness activity to log.
- !getlog <activity>: Would send a CSV file with fitness activity log. Those files contain records with timestamp, username, and reported activity measurements.
- !<activity> <value> <unit (optional)>: Would create a record with your fitness activity in corresponding CSV log file. If you choose to report different unit (feet, for example), it is going to convert as specified in its corresponding JSON file with units (to meters, for example) if the activity specified as convertable. Non-convertable activities' units are ignored.
AllfatherHatt requested review from AllfatherHatt 2026-02-04 11:13:54 +01:00
AllfatherHatt approved these changes 2026-02-04 11:14:35 +01:00
AllfatherHatt merged commit 16a19e6913 into master 2026-02-04 11:14:47 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Kanium-PUBLIC/KaniumCogs#11
No description provided.