forked from hashicorp-forge/hermes
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rzp workspace #4
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and conf related added
yashcode00
added a commit
that referenced
this pull request
Jul 14, 2023
…lia dependency removed completely, frontend enhanced (#9) 🚀 **PR 4: Summary:** The following are the things done in this PR: 1. Modifies modified Get APIs for the products.go, which now fetches the data from the database instead of Algolia. 2. Added "Post" method for the products.go API, o incorporate the dynamic addition of new products using frontend POST requests with proper validation. 3. Similarly, made Get and Post API handlers for the newly added subfolder namely "Teams" with almost the same functionality. 4. Made the model for teams so as to make its separate table in the Postgres database so as to dynamically operate similar to the products. 5. Made all functions for upserting, get for teams table, along with making its associations with the BU tables like the foreign key (referential integrity constraint). 6. Similarly, added the associations in the product.go (Model for the product). 7. Now, modified the frontend controller for the dashboard to incorporate the button requests of "submit the form" and "creating the form" both aimed to facilitate the dynamic addition of new products and teams on demand. 8. Created a new ember-cli-modal-dailogue for showing the form when creating a new product/team us clicked.] 9. Made necessary backend connections. 10. Made both dropdowns of team and product when we create new doc dependent, added filter-options function for teams to filter based upon the selected product (BU). > [cherry-picked from [0d8ba7a](0d8ba7a) , [e5e71d6](e5e71d6) ] Thank you! 😊
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
final application that utilizes the Razorpay credentials.