Skip to content

Remove ProjectIDEvent #506

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

Open
IsakNaslundBh opened this issue Feb 14, 2025 · 0 comments
Open

Remove ProjectIDEvent #506

IsakNaslundBh opened this issue Feb 14, 2025 · 0 comments
Labels
type:feature New capability or enhancement

Comments

@IsakNaslundBh
Copy link
Contributor

IsakNaslundBh commented Feb 14, 2025

Description:

With work done in #505 drastically simplifying the workflow for assigning ProjectIds to usage logs, we should aim to compltely remove the ProjectIDEvent completely.

To do this, we need to find a way for the SetProjectId method to be able to access UI Name as well as FileId. This could potentially be done by changing this from a basic compute method into a new special component, like GetFileInfo or similar. Then, each UI can make its own implementation of the component and make sure all required data is provided, and then simply call the UpdateProjectId method in added in the PR linked above.

Some downside of adding yet another special case component, so before actioned in the way described above, should investigate if possible to be done another way.

@IsakNaslundBh IsakNaslundBh added the type:feature New capability or enhancement label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant