firestorm
firestorm copied to clipboard
An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
click the "Create Account" button and there is no response
Implement better / more complete CSS based on the designs - [ ] Flesh out the `%NavItem{}` struct and whatever its parent tree structure looks like some more, and corresponding...
Users should be able to see new notifications in the interface, not just receive in email.
Thoughtbot kindly released https://github.com/thoughtbot/email_reply_parser as an extraction from an AGPL-licensed project so we could use it. We should do that. It'll make email replies sweet. Thanks @paulcsmith!
We need to build a slackbot once the core forum is chugging along nicely, because we hit that stretch goal! If you have thoughts about the overall design, go ahead...
This looks like a defect only in the top-level category. Right now the threads have the most recent created at the bottom.
Right now I know a thread was created a week ago but I don't know that someone replied yesterday. Can we maybe sort them in descending order of most recently...
Things I think are important: - [ ] Digest notifications (I don't want every email) Also: see the design meeting notes, lots of stuff there that should inform this issue
This is going to make permalinks interesting, good tests cases are important here.
All we really need for beta is a basic tsvector search - could even use ILIKE in theory but ecto supports tsvector so why not use that?