-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release candidate: Improve codebase and define info
- Loading branch information
Showing
3 changed files
with
96 additions
and
63 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# search-ui | ||
Search user interface with headless | ||
# Project: Search UI | ||
Purpose of this repository is to provide MWS pages with the proper JS and CSS assets to achieve a working search page with the vendor's (Coveo) technology called Headless. | ||
|
||
## Key details | ||
|
||
### Sponsor | ||
This project is led by Principal Publisher at ESDC. The key contact in case of questions related to the project is Francis Gorman, who can be reached at [email protected]. | ||
|
||
### Update frequency | ||
The goal is to continue to refine and improve this code base on a regular basis. Every 6 months, if no activity is recorded on this repository, the key contact shall be reached out to in order to ensure it isn't stale. | ||
|
||
### Roadmap overview | ||
In the medium to long term, some activities may take place related to: | ||
- stabilization of the query suggestion combobox; | ||
- porting of some parts of the codebase to GCWeb; | ||
- addition of machine learning features. | ||
|
||
## References | ||
|
||
- Coveo Headless: https://docs.coveo.com/en/headless/latest/ | ||
|
||
## Versioning API | ||
|
||
Each new verion of this project is defined based on an evaluaton of the impacts of changes against any formerly up-to-date Search UI implementation. The scope constitutes of all files within the "dist" folder (distribution files), which are JavaScript scripts and CSS styles. | ||
|
||
Search UI follows [Semantic Versioning 2.0.0](https://semver.org/) | ||
|
||
## Getting started | ||
|
||
|
@@ -8,9 +32,3 @@ Search user interface with headless | |
3. run: grunt (build script; tasks to lint, test & minify content in "dist") | ||
4. To test web pages: Push to GitHub and run your GitHub Pages | ||
5. To Deploy: Take the content of the "dist" folder and put it on a server | ||
|
||
## Versioning API | ||
|
||
Each new verion of this project is defined based on an evaluaton of the impacts of changes against any formerly up-to-date Search UI implementation. The scope constitutes of all files within the "dist" folder (distribution files), which are JavaScript scripts and CSS styles. | ||
|
||
Search UI follows [Semantic Versioning 2.0.0](https://semver.org/) |
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
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