Skip to content

Move private threads logic to misago.privatethreads app #1991

@rafalp

Description

@rafalp

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 to privatethreads
  • Move private thread views from misago.threads to misago.privatethreads

Metadata

Metadata

Assignees

Labels

area: backendThis issue involves Python, Django or dependency (eg. database)area: frontendThis issue involves JavaScript, React.js and Nodearea: themeThis issue involves HTML and CSSfeature: thread pageThread and private thread pagesfeature: threads listLists of threads

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions