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

Refactor the Frontend: Move Items into Components #45

Open
2 of 6 tasks
dmth opened this issue Mar 31, 2017 · 0 comments
Open
2 of 6 tasks

Refactor the Frontend: Move Items into Components #45

dmth opened this issue Mar 31, 2017 · 0 comments

Comments

@dmth
Copy link
Contributor

dmth commented Mar 31, 2017

Currently there is a lot of Code-Duplication going on.

A good practise is to refactor the application and move frequently used Elements into Components.
Such components are (for example):

Infoboxes

  • "Recently Sent" Ticket
  • "Tickets today"
  • "Events today"

Search - Forms

  • "Query Events"
  • "Query Tickets"

List views

  • "List of Events"

This should happen both visual (the visible component) and functional (the code that is querying the Backend).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant