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

Add abstractions for generic way of displaying *groupable* information #13

Open
terhechte opened this issue Dec 19, 2021 · 0 comments
Open

Comments

@terhechte
Copy link
Owner

Right now, Postsack only displays emails. However, most of the code is written in a way that it could easily be used on any kind of groupable information.

  • The importer is abstracted away from the dabs
  • The database is abstracted away from the guy
  • The gui only uses a couple of currently hardcoded information from ps_core which can be extracted into a trait
    • The Field::all_cases and the fields that are available for grouping
    • Everything in the FilterPanel and the MailPanel. Those would need to be more generic
    • The importer flow (select mail folder)
    • The copy texts

It would still be some work, but in the end Postsack could be more generic and be applied to most groupable data.

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