clojurians-log-v2
clojurians-log-v2 copied to clipboard
Dreams
I am trying to rewrite clojurians-log from scratch with postgres and keeping in mind of all of the issues we're facing in the way we log currently. Some of the issues I hope to solve with the rewrite
- mobile responsive & usability (this is something I really really want personally)
- dreams of integrating Full Text Search with postgres
- using newer slack api's (the current ones we used are deprecated)
- real-time logging (no more waiting till the end of the day for archive to update)
- improve performance & reduce resource consumption so we can run this on a smaller instance
- slack-bot custom commands
- better statistics reporting
- support for images and attachments
- fix all of the SEO issues (internal links showing up on google, better indexing, etc)
- more documentation to make it even more easier for folks to contribute
- I haven't made huge progress on this yet but I should have something by next week to share more he