Hey folks,
I created this little gem out of necessity: GitHub - rallisf1/nextcloud-deck-time-tracking: A complementary app for Nextcloud Deck
This is my first NC app, so be gentle, if there’s a better way to do it than my spaghetti code feel free to share tips or contribute.
My team just started using it and I plan to publish it to NC’s “marketplace” after it’s battle tested.
Got a lot of help for the Calendar part from GitHub - susnux/nextcloud-calendarprovider: Dummy calendar provider app for testing
Cheers!
4 Likes
kesselb
2
Hi,
Sounds like a cool thing, all the best for the testing 
Is it possible that you forgot to commit the javascript part? 
Haha, there’s no frontend actually. I hijack Deck’s view via js/deck.js .
I didn’t find a way to override views so I just wrote everything in vanilla js with custom observers.
M_M1
4
Hey there,
This was indeed a missing feature as far as I know. Awesome 
Much luck with testing and implementing this in the future
OMG… i thought you meant the /src/ directory for the vue files. Never occured to me the /js/ directory was in the .gitignore by default…
Just fixed it. You should have insisted.