top | item 40919214

Show HN: Built a gamified work mgmt system for my team, now sharing it with all

3 points| gadekarjay30 | 1 year ago |shram.io

We developed Shram to make work management more engaging. Tasks are the basic blocks, with an approval cycle + rating system like Uber. Completing tasks earns XP and you must maintain a green bar until it the end of week. It then resets at the start of the week. This way Shram connects daily work with performance. It’s free to use so check it out! :)

7 comments

order
[+] Samyc2002|1 year ago|reply
Interesting concept. I didn't check the tool, but the features look promising. One question, though: How do you ensure seamless user experience when many users are using it at the same time ?
[+] gadekarjay30|1 year ago|reply
Well, we use decent sockets that we are planning to now upgrade and again, for a MVP, we haven't yet received complaints on this subject. We do have plans to optimise this like Linear has. And that is next in the list of to-dos for our team. :)
[+] serverlord|1 year ago|reply
This looks like Keka meets Jira. Pretty Interesting. Do I get to see my previous stats like my Apple Health app where I see my previous run/workout data?
[+] gadekarjay30|1 year ago|reply
Hey! That's an interesting statement. And yes you can view your previous performance metrics from your past work data on Shram. :)
[+] ozacle|1 year ago|reply
Pretty nice! How did you achieve that seamless floating window animation?
[+] gadekarjay30|1 year ago|reply
It was really tough but its just basic maths and a little bit of perspectives. It was definitely quite challenging to handle state management as we are using React. But truth be told, the re-renders are a pain I am yet to overcome.