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

Moved the business logic of the configuration steps in the specific steps #64

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

TyMarc
Copy link
Contributor

@TyMarc TyMarc commented Nov 27, 2024

  • Added an API key validation to determine if the key is valid instead of fetching the user tenants
  • Makefile: No need to check if we have python tests anymore, we do have them
  • Removed the splunk.min.js file since it's injected by splunk, removed the compilation of javascript files
  • Created constants file for typescript since it was getting all over the place
  • Added disabled step for buttons to block the user from submitting before the step is loaded
Screen.Recording.2024-11-27.at.2.15.13.PM.mov

@TyMarc TyMarc requested a review from markkasaboski November 27, 2024 19:15
@TyMarc TyMarc self-assigned this Nov 27, 2024
@TyMarc TyMarc force-pushed the mahinse/move_business_logic_to_steps branch 3 times, most recently from 9b9402b to 13f71a7 Compare November 27, 2024 19:24
@TyMarc TyMarc force-pushed the mahinse/move_business_logic_to_steps branch 2 times, most recently from f23cadd to 76fdc3b Compare November 27, 2024 20:44
Copy link
Collaborator

@markkasaboski markkasaboski left a comment

Choose a reason for hiding this comment

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

Couple of nits, but looks good otherwise.

packages/react-components/src/models/constants.ts Outdated Show resolved Hide resolved
packages/react-components/src/utils/setupConfiguration.ts Outdated Show resolved Hide resolved
…teps

- Added an API key validation to determine if the key is valid instead of fetching the user tenants
- Makefile: No need to check if we have python tests anymore, we do have them
- Removed the splunk.min.js file since it's injected by splunk, removed the compilation of javascript files
- Created constants file for typescript since it was getting all over the place
- Added disabled step for buttons to block the user from submitting before the step is loaded
@TyMarc TyMarc force-pushed the mahinse/move_business_logic_to_steps branch from 76fdc3b to 334a038 Compare November 27, 2024 21:28
@TyMarc TyMarc merged commit 65484c5 into main Nov 27, 2024
2 checks passed
@TyMarc TyMarc deleted the mahinse/move_business_logic_to_steps branch November 27, 2024 21:33
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.

2 participants