BeepBoop
- 7 Devlogs
- 7 Total hours
Stardance utilities in slack! Written in Golang :)
Stardance utilities in slack! Written in Golang :)
/project [id] command - show the same message as /watch-project [id], but I added a new function to my scraping library to get a single devlog_*- from command inputs, to ignore markdown formatting (caused by copying formatted text)Ideally these would have all been separate devlogs, but a lot of changes where less than the minimum 15minute devlog time
Before, projects in the /user-project command had a view button that took you to the page in stardance. Now, it sends a message in slack
The most annoying part of this was of course the slack API. I was trying to ack the response with a message, for whatever reason that did not work. Instead i sent a new message.
You can now view a project and its devlogs using the /project [id] command.
It shows all the attachment of a devlog, including videos - which kind of work, its just a link to the file.
The most annoying part was again the slack message format, I had to use packages to convert the HTML into markdown, and then convert the the markdown into a slack compatible markdown format. I also had to truncate the devlogs to 199 characters, trying to fix a cryptic error message.
Next I’ll add the ability to view devlogs, images and videos in full from slack, using modals