Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ The work has since been extended to include the following:

## Architecture

### Core pipeline
![](architecture.png)

### UI
Contains the NextJS code for visualization.
Comment on lines +34 to +35

Choose a reason for hiding this comment

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

medium

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.md file, which contains detailed setup and usage instructions.

Suggested change
### UI
Contains the NextJS code for visualization.
### UI
Contains the NextJS code for visualization. For more details, see the [UI README](./ui/README.md).


## 🛠 How It Works?

1. **People of BBQS** submit updates via Slack.
Expand All @@ -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.

Choose a reason for hiding this comment

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

medium

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
6. Visualize the data in a user friendly manner.
6. The processed data is visualized through the Next.js UI application.


## 💡 What’s New in This Release?

Expand All @@ -56,4 +61,4 @@ The work has since been extended to include the following:


## License
- MIT
- MIT