-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Add content to definitions tab in table view #1092
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
base: main
Are you sure you want to change the base?
feat: Add content to definitions tab in table view #1092
Conversation
…apping and unfinished types.
Branch Deployment to Cloudflare Pages🚛 Preview URL: https://b888d62f.pxweb2.pages.dev |
… and data flow into definitions tab
|
The current issues from SonarQubeCloud have to do with the TODOs or the mapper code, all of which should be fixed when working on adding the API call and refactoring the mapper part of the code. I did not focus on them yet for this task. |
…d-content-of-definitions-tab-in-sidesheet
…s-tab-in-sidesheet
|



This adds the definitions content to the definitions tab in the sidesheet/bar on the table page. Also added some new shared types for the data-structure needed, and that should be used in the mapper.
This PR only has temp mapping, and no API calls yet. I also added lots of TODOs for the temporary code parts.