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

Make history-log available through cache API #168

Closed
gonzochic opened this issue Mar 28, 2019 · 2 comments
Closed

Make history-log available through cache API #168

gonzochic opened this issue Mar 28, 2019 · 2 comments
Labels
api Indicates api related issue or feature feature Indicates a new feature implementation good first issue Good for newcomers

Comments

@gonzochic
Copy link
Collaborator

Subsequent feature to #161 .

Today, if you request a project from the cache you will always get the project including its history-log. The project data itself will always take up the same amount of space but the history-log will grow with every change on the project. This means it will be potentially a lot larger then the rest of the project data.

Since the history-log is in most cases not needed it we should think about removing it from the ressource(s) API of the cache and make it available through a separate API (e.g. getProjectLog())

@gonzochic gonzochic added enhancement feature Indicates a new feature implementation labels Mar 28, 2019
@gonzochic gonzochic added this to the TruBudget 1.1.0 milestone Apr 25, 2019
@mathiashoeld
Copy link
Contributor

Follow up to #252

@mayrmartin mayrmartin added good first issue Good for newcomers api Indicates api related issue or feature labels Jul 5, 2021
@Stezido Stezido removed this from the TruBudget 1.x.x milestone Jul 13, 2021
@galethil
Copy link
Collaborator

Closing due to inactivity
@gonzochic check if you agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Indicates api related issue or feature feature Indicates a new feature implementation good first issue Good for newcomers
Projects
Development

No branches or pull requests

5 participants