My wife is a family medicine doctor and and switched to virtually 100% of her time doing telehealth visits (thanks to the US government allowing telehealth for everything). She wanted a basic app to track how she spends the calls for the purposes of a QI project she plans on working on.
I figured this was a good chance for me to learn Vue which is something I’ve been meaning to do.
The app might actually be useful for other people who want to track time on any number of projects.
I’d love some constructive feedback from anyone with Vue or general web development experience.
I do store everything in localStorage, at least I think I do. Let me know if thats not working for you.
You can also click on "View All Sessions" then "Copy all Sessions" or "Copy All Logs" to copy the data to your clipboard. You can then paste into Excel or other spreadsheet app.
Click on "View All Sessions" then "Copy all Sessions" or "Copy All Logs" to copy the data to your clipboard. You can then paste into Excel or other spreadsheet app.
Well the data is always only in the user's browser (or clipboard). There is no server side component of this its all client side js and html served as a static site.
But I did ask my wife about HIPAA and she said it wouldn't be considered protected data unless you name your session or task with a patient's PII
Not the author, but it appears that if a task is "exclusive" it stops other tasks when you click it. Non-exclusive tasks can be run during other tasks.
I liked that it's simple to use, with a basic UI and gets the job done.
Might be evolved to a time tracking app for other businesses, freelancers, etc.
This is really good. I've tried time tracking apps before and the UI was usually a pain trying to categorize things, this feels almost intuitive. Do you've the code for this up on github or anything? Would be cool to customise it and dig into something like exporting the data.
Woah, super cool project! I just finishing building a project [1] that is super similar, but for me it was to learn React and Next.js! Love the simplicity. I had searched for a simple time tracker for my own projects and used just about all of the ones of the first page of the Google search results but found every single one of them bloated with features I did not need (billing, accounting, team support etc).
They use Centricity at her clinic. To access it remotely she needs to use a very unstable Citrix connection to another machine running the software. I don't know if it would allow the creation of timers to track what she needs to.
22 comments
[ 4.6 ms ] story [ 66.9 ms ] threadI figured this was a good chance for me to learn Vue which is something I’ve been meaning to do.
The app might actually be useful for other people who want to track time on any number of projects.
I’d love some constructive feedback from anyone with Vue or general web development experience.
You can also click on "View All Sessions" then "Copy all Sessions" or "Copy All Logs" to copy the data to your clipboard. You can then paste into Excel or other spreadsheet app.
Need to iterate past self.
But I did ask my wife about HIPAA and she said it wouldn't be considered protected data unless you name your session or task with a patient's PII
Here is the source code on GitHub: https://github.com/jminardi/telehealth-tracker
[1] https://forty.app