-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: where should the data prep functions live that are specific to the dashboard? #10
Comments
I would say this repo/package is the right spot for those. |
@AlexAxthelm thanks! In principle I agree. The only problem I have with this solution is that it violates our intention to not use |
🤷 All the workflow repos are packages. I think doing some reformatting of data is in-scope here (so long isn't doing the actual analysis). |
Agree that at this stage any data preparation functions that are additional to what is required by the report should live in this repository. We may decide at some point to refactor a utility package out of this to keep track of those function, but for now I think they are fine here |
Also agree that at this stage, we do not need translations (although we very likely will at some point!) |
Let me know if those answers are sufficient to close this issue |
Sufficient, thank you @jdhoffa |
Closing this issue given that decision has been made and we have a new issue tracking the creation of the |
From what has been implemented so far, we're using the existing data structures that are generated by
pacta.portfolio.report
, however, for some plots we will need to generate new datasets because they will be new plots. Where should the functions generating those live? Should we create a new package for them?Also - at the moment we translate the existing datasets but since for now I assume we will only have the dashboard available in English, I don't think there is a need for translations for the new charts. Do you agree @jdhoffa ?
The text was updated successfully, but these errors were encountered: