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

[Code health] Submission panel inverse logic and "componentization" #2078

Open
3 tasks
rfontanarosa opened this issue Nov 5, 2024 · 0 comments
Open
3 tasks
Labels
type: code health Improvements to readability or robustness of codebase

Comments

@rfontanarosa
Copy link
Collaborator

rfontanarosa commented Nov 5, 2024

  • Invert logic in SubmissionView (iterates over submission data instead of tasks) to preserve collection order
  • The view visualization of various task types should be componentized
  • A lot of logic is exposed in the template and it should be moved in the component (e.g. how the URLs are stored in the component, how we get the result for a task, how we extract the value)
@rfontanarosa rfontanarosa added the type: code health Improvements to readability or robustness of codebase label Nov 5, 2024
@rfontanarosa rfontanarosa changed the title [Code health] Submission panel "componentization" [Code health] Submission panel inverse logic and "componentization" Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: code health Improvements to readability or robustness of codebase
Projects
Status: No status
Development

No branches or pull requests

1 participant