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

Re-evaluate user data retrieval in parser #1845

Open
rafalp opened this issue Jan 25, 2025 · 0 comments
Open

Re-evaluate user data retrieval in parser #1845

rafalp opened this issue Jan 25, 2025 · 0 comments
Labels
area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms

Comments

@rafalp
Copy link
Owner

rafalp commented Jan 25, 2025

Currently parser retrieves users from DB during metadata creation step.

There are two cases when we want to retrieve user data:

  • For mentions
  • For quotes

Questions to answer:

  • Should mentions markup be replaced with final links to user profiles by parser renderer or delegated to post's feed dataloader?
  • Ditto for quote authors?
  • How Discourse does it? How Invision Community does it?
@rafalp rafalp added area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms labels Jan 25, 2025
@rafalp rafalp added this to the Next feature release milestone Jan 25, 2025
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) feature: parser Parser converts markdown/bbcode strings into other forms
Projects
None yet
Development

No branches or pull requests

1 participant