-
Notifications
You must be signed in to change notification settings - Fork 2
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 grant column into the users accounting calculation table #137
Comments
@hunxjunedo I assume that this one could be good for you. Let me know if you would fancy to take it on. |
Sure, just describe it a bit. And assign it. |
In the accounting tables for "Users" calculation (each entry of the table is user), we need to add a new column "Grant Code" next to "User Name" column. |
@tomlebl is everything working good on your end ? the frontend container kept crashing, checked the logs and found this:
This error came from the "onResolve" callback registered here:
The plugin "vite:dep-pre-bundle" was triggered by this import
have you changed this after my last commit ? |
just checked, they had a publish 2 hrs ago: mljs/global-spectral-deconvolution@26a22da |
@hunxjunedo all good on my end. I assume that you have pulled my main branch before you gets started. How did you start after that? Did you use |
My bad, didn't use --build |
I thought that could be the case. Remember that you need to use --build flag every time you change dependencies. |
I dived into it and still the issue is with this package its working on your end as it might be using an older version, try running npm i in the container and see what happens. |
@hunxjunedo All good on my computer. I have just started the project with the --build flag. |
We could reuse function getGrantIfo function exported from accountsUtils.js to find grant code for each user in the table.
Grants assigned to the user in the time of calculation would get listed. It should be mentioned in a tooltip!
The text was updated successfully, but these errors were encountered: