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

better table views #804

Open
pfrunzio opened this issue Sep 4, 2023 · 3 comments
Open

better table views #804

pfrunzio opened this issue Sep 4, 2023 · 3 comments
Assignees

Comments

@pfrunzio
Copy link
Contributor

pfrunzio commented Sep 4, 2023

what the db would ideally look like:
-pre-request
Name, client, location, pm, date submitted, date start, services
-prospective (formerly incoming) - not approved
Name, client, location, pm, ccs, date start, date end, services
-incoming (formerly upcoming) - approved
Name, client, location, pm, ccs, date start, date end, services
-confirmed
Name, client, location, pm, ccs, date start, date end, services
-needs a crew chief - confirmed+incoming but only the ones without at least one cc for every service
Name, client, location, pm, ccs, date start, date end, services
-leaving open and closed untouched for now
-add pm to all
(and customizable fields for all)

@pfrunzio
Copy link
Contributor Author

pfrunzio commented Sep 5, 2023

events pending billing review should also have pms as a column

@benjamin-antupit
Copy link
Collaborator

benjamin-antupit commented Aug 9, 2024

Try datatables w/django module. Consider this one: https://github.com/pivotal-energy-solutions/django-datatable-view

OR Use Bootstrap Tables to make tables searchable & filterable. But editing with a table might be difficult.

  • bootstrap-table-filter-control
  • bootstrap-table-multiple-sort
  • bootstrap-table-export
  • bootstrap-table-addrbar
  • bootstrap-table-sticky-header
  • data-advanced-search

@benjamin-antupit benjamin-antupit self-assigned this Aug 9, 2024
@alextannenbaum
Copy link
Member

Better table view, allow ability to add/remove fields, better filtering, "frictonless" editing on fields like event status/VP notes/todos

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

No branches or pull requests

3 participants