-
Notifications
You must be signed in to change notification settings - Fork 1
Update README.md #21
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
Merged
Merged
Update README.md #21
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -28,8 +28,12 @@ The work has since been extended to include the following: | |||||
|
|
||||||
| ## Architecture | ||||||
|
|
||||||
| ### Core pipeline | ||||||
|  | ||||||
|
|
||||||
| ### UI | ||||||
| Contains the NextJS code for visualization. | ||||||
|
|
||||||
| ## 🛠 How It Works? | ||||||
|
|
||||||
| 1. **People of BBQS** submit updates via Slack. | ||||||
|
|
@@ -40,6 +44,7 @@ The work has since been extended to include the following: | |||||
| - Calls LLM for ontology mapping. | ||||||
| - Stores outputs in **CSV** + **JSON** formats. | ||||||
| 5. Results are committed back to the **GitHub repository**. | ||||||
| 6. Visualize the data in a user friendly manner. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This new step accurately reflects the addition of the UI. However, to be consistent with the other steps that describe how things work, you could make this more specific by mentioning the UI component that performs the visualization.
Suggested change
|
||||||
|
|
||||||
| ## 💡 What’s New in This Release? | ||||||
|
|
||||||
|
|
@@ -56,4 +61,4 @@ The work has since been extended to include the following: | |||||
|
|
||||||
|
|
||||||
| ## License | ||||||
| - MIT | ||||||
| - MIT | ||||||
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.
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.
There's a trailing space in the 'UI' subheading which should be removed. To improve navigation and provide more context, consider adding a link to the UI's specific
README.mdfile, which contains detailed setup and usage instructions.