Support for klog in skid (assignment scheduler) #98
acikek
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Cool idea to integrate klog that way into your tool, it seems like a lightweight addition. Just out of curiosity, how do you store the data? Is in in plain text or do you use a database for example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, been awhile :) I've been working on this project recently called
skid
that tracks school assignments for students. Seeing as assignments are organized into dates (records) and classes (tags), I thought support for klog would be a perfect addition. So, I pushed that just now!In my tool, this is pretty useful for assignments you're just about to mark as 'complete', since no other information other than completed assignments' names gets pushed to that section. Unfortunately, there's no data for how long an assignment might take, so I just have the user input an average for all the assignments, such as
1h
, and they can modify it later if need be.Here's an example, with some test assignments in my chemistry / Spanish classes:
You can check the project out on crates.io here, and the repo is here. Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions