-
Notifications
You must be signed in to change notification settings - Fork 482
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
[FEATURE] Partner filtering. Collection renamed to SolutionsProviders #3473
Merged
nateynateynate
merged 42 commits into
opensearch-project:main
from
kaimmej:partner-filtering
Dec 4, 2024
Merged
[FEATURE] Partner filtering. Collection renamed to SolutionsProviders #3473
nateynateynate
merged 42 commits into
opensearch-project:main
from
kaimmej:partner-filtering
Dec 4, 2024
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
Font awesome has been updated since these were added. Having them in the assets/css folder is the correct placement. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Formatted the frontmatter field for the opensearch tech into an array, and gave consistent tags across the board. Standardized spelling for tags to have capital first letter. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Removed the brackets from the opensearch tech. Grouped and organized the search filters and tags together. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
created the scroll to top component, the javascript and css files. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
javascript turns it visible when you start to scroll. Finicky, still needs some work to get it working correctly. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
…existing. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Built custom scss components - both an accordion and button. These custom components were placed in a new scss folder labeled '/components/' Also, datafile was changed to put the Solutions Providers filtering categories, in alphabetical order. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
- Style sheet was renamed from _partners.scss to _solutionsProviders.scss. The assets/css/output.scss was changed to input the renamed style sheet. - The collection was renamed from _partners/ to _solutionsProviders/. - Collection - Content in the [sample.md](http://sample.md) files were changed to reflect this change. - Image pathing for partners stays the same! this was too big of a change. it would have meant updating the image pathing on all existing partners, and renaming the assets/img/partners folder. It remains the same. - - in order to do this, the class styling needed to be changed. - Update to the pathing in footer and navbar - now links to the new solutionsProviders page instead of the non-existant partners page. This update took place in their respective datafiles. - Renamed the navbar ‘partners’ link in the community dropdown to ‘providers’ Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
This was a vulnerability for XXS attacks and it was not being used on the site. Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
kaimmej
requested review from
elfisher,
AMoo-Miki,
nknize,
krisfreedain,
peterzhuamazon,
CEHENKLE,
dtaivpp,
kolchfa-aws,
nateynateynate and
natebower
as code owners
November 27, 2024 20:05
Signed-off-by: kaimmej <kaimmej@gmail.com>
Signed-off-by: kaimmej <kaimmej@gmail.com>
Dude! This looks awesome so far! I'll file a few feature requests for some slight changes but I don't see anything that would prevent us from pushing this live. Merging to staging. |
nateynateynate
approved these changes
Dec 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushing to staging for a better look.
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.
Description: Summary of changes
Solutions providers update.
Desktop view of solutions provider filtering
Mobile view of solutions provider filtering
Individual solutions providers page has been revamped
Description: Detailed description of changes
Renamed collection: now solutions providers.
Collection - specific detail page updates:
Github Issue templates
Metadata, update and clean the categories for SolutionsProviders
Partner filtering:
Partner individual page
Issues Resolved
#3430
#1641
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.