-
-
Notifications
You must be signed in to change notification settings - Fork 543
Open
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)area: frontendThis issue involves JavaScript, React.js and NodeThis issue involves JavaScript, React.js and Nodearea: themeThis issue involves HTML and CSSThis issue involves HTML and CSSfeature: thread pageThread and private thread pagesThread and private thread pagesfeature: threads listLists of threadsLists of threads
Milestone
Description
I have a massive problem with all threads related logic living in misago.threads
. I've started breaking down this app by moving as much of it's logic as possible into other apps (posting, moderation, polls, updates, private thread members), but now I would like to also split private thread's views out of it.
I've already tried this in #1977 but backpedaled because it was little too much for a single PR:
- Move redirect to post view to a separate app
- Move posts feeds to a separate app
- Rename
privatethreadmembers
toprivatethreads
- Move private thread views from
misago.threads
tomisago.privatethreads
Metadata
Metadata
Assignees
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)area: frontendThis issue involves JavaScript, React.js and NodeThis issue involves JavaScript, React.js and Nodearea: themeThis issue involves HTML and CSSThis issue involves HTML and CSSfeature: thread pageThread and private thread pagesThread and private thread pagesfeature: threads listLists of threadsLists of threads