Skip to content
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

Create basic posting and thread pages #1774

Open
2 of 5 tasks
rafalp opened this issue Jul 28, 2024 · 3 comments
Open
2 of 5 tasks

Create basic posting and thread pages #1774

rafalp opened this issue Jul 28, 2024 · 3 comments
Assignees
Labels
area: backend This issue involves Python, Django or dependency (eg. database) area: frontend This issue involves JavaScript, React.js and Node

Comments

@rafalp
Copy link
Owner

rafalp commented Jul 28, 2024

It took me 40 days to do new threads lists, and those are still not completely finished. If I am going to follow this approach to posting and thread views, its going to take me another 80 days.

Instead I would like to use an alternative approach to those and first implement very basic versions for them, and then improve them in multiple small iterations. That way I could have many small PRs instead of two gigantozauric PRs.

TODO

  • Start new thread
  • Read thread contents
  • Reply to a thread
  • Edit a reply in a thread
  • Upload/remove attachments
@rafalp rafalp added area: frontend This issue involves JavaScript, React.js and Node area: backend This issue involves Python, Django or dependency (eg. database) labels Jul 28, 2024
@rafalp rafalp added this to the Next feature release milestone Jul 28, 2024
@rafalp rafalp self-assigned this Jul 28, 2024
@rafalp
Copy link
Owner Author

rafalp commented Jul 29, 2024

Because those changes should also include new parser, I will roll in new minimal posting form and new minimal threads pages together as one PR.

@rafalp
Copy link
Owner Author

rafalp commented Aug 18, 2024

I've instead merged minimal thread posting view first. Now I'll do minimal thread views. Those minimal thread views will check user permission to see a thread and will display to them a thread with paginated posts list. Reply/edit/moderation/etc will happen as separate extra PRs.

@rafalp rafalp mentioned this issue Aug 18, 2024
17 tasks
@rafalp
Copy link
Owner Author

rafalp commented Aug 19, 2024

I will keep this open until minimal thread view lets users post new replies and edit existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend This issue involves Python, Django or dependency (eg. database) area: frontend This issue involves JavaScript, React.js and Node
Projects
None yet
Development

No branches or pull requests

1 participant