-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of subscribing to a forum #93
Comments
Sounds good to me! 😉 |
I finally got around to doing this. Here is my progress so far: franga2000/django-machina@2adf216. To avoid basically copy-pasting a big chunk of code, I created the I haven't updated the test suite or the documentation yet - I'll do that soon. And I've already spotted a few typos so I'll fix those in the next commit, along with whatever else needs changing before a PR. |
@franga2000 How are you getting along with this new feature? We'd like to make use of it in the site we're developing |
To be honest, I sort of forgot about this 😄. We've been running my forum-subscriptions branch in production for about a month now, but I haven't gotten around to cleaning the code up to be PR-ready. I'll do my best to do that if I get some spare time this week, but I'm in the middle of rewriting a big 💩 pile of legacy PHP code to Django, so it might take a bit. |
Hello, I've looked through your changes - the code looks good enough for a PR as far as I can tell. The only thing that seems to be missing are automated tests. I'll try your branch out to make sure it does what I need (but it looks like it does), and if so I'm happy to help make this into a PR. If there are things other than the tests you were thinking needed doing, let me know and maybe I can take a look. |
Hello, Having tested this I notice two things that still need doing:
I'm hoping I'll have some time to work on those (at least the first one) in the next couple of weeks, I'll keep you updated. |
Oh, I also noticed subscribing to a forum doesn't subscribe to sub-forums of that forum. I'm not sure that's desirable though, maybe something people would want to configure. |
The ability to auto-subscribe to all new topics within a given forum would be extremely useful.
I can implement this, but I want to make sure no one else is working on it and to get some feedback.
I would put the toggle left of the "Mark all topics as read" link on the forum page. A button like the one on the topic page would be more consistent, but it would look very out of place IMO. I can't think of a good place to put this for categories, but I doubt anyone would want to subscribe to those anyways.
For the subscription managment view, I was thinking of just adding another heading below (or above?) the topic subscriptions and copy the table from the index page.
The backend would of course use an M2M field, same as the topic subscriptions.
Thoughts?
The text was updated successfully, but these errors were encountered: