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

[UIE-153] Create analysis package #4718

Merged
merged 1 commit into from
Mar 28, 2024
Merged

[UIE-153] Create analysis package #4718

merged 1 commit into from
Mar 28, 2024

Conversation

nawatts
Copy link
Contributor

@nawatts nawatts commented Mar 15, 2024

A starting point for separating out interactive analysis components to be shared with AoU.

"lib/types/**/*.d.ts"
],
"dependencies": {
"@terra-ui-packages/components": "^0.0.6",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This points out an issue we'll have to deal with sometime where packages in the Terra UI repository can depend on older versions of Terra UI packages than the current version in the repository. I can take care of it though.

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noImplicitAny": true,
Copy link
Contributor Author

@nawatts nawatts Mar 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is stricter than the Terra UI app's configuration, so some code may have to be updated when it's moved over, but I think it's well worth it.
https://www.typescriptlang.org/tsconfig#noImplicitAny

@@ -0,0 +1,49 @@
{
"name": "@terra-ui-packages/analysis",
Copy link
Contributor Author

@nawatts nawatts Mar 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opinions on name? This matches the existing "analysis" folder, but could also be "interactive-analysis", etc (because interactive analysis more precisely describes the feature area, not because of the team name).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think analysis is fine. It's closest to the name of the tab where all the functionality lives

@nawatts nawatts marked this pull request as ready for review March 26, 2024 15:49
@nawatts nawatts requested review from jdcanas and a team March 26, 2024 15:49
Copy link
Contributor

@jdcanas jdcanas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not super familiar with packaging, so it might be good to have another set of eyes. Looks good though, I imagine it will probably be better to iterate on these configs as we add files to the package instead of getting too hung up on the initial setup semantics

@nawatts nawatts changed the title Create analysis package [UIE-153] Create analysis package Mar 28, 2024
Copy link
Contributor

@msilva-broad msilva-broad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love this!

@nawatts nawatts added this pull request to the merge queue Mar 28, 2024
Merged via the queue into dev with commit eacb54d Mar 28, 2024
9 checks passed
@nawatts nawatts deleted the analysis-package-scaffold branch March 28, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants