Skip to content
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

website: implement rule list page #1556

Closed
Tracked by #1550
ghost opened this issue Jun 15, 2023 · 4 comments · Fixed by #2310
Closed
Tracked by #1550

website: implement rule list page #1556

ghost opened this issue Jun 15, 2023 · 4 comments · Fixed by #2310
Labels
rule website related to rule content web visualization

Comments

@ghost
Copy link

ghost commented Jun 15, 2023

No description provided.

@ghost ghost added the rule website related to rule content web visualization label Jun 15, 2023
@DeeyaSingh
Copy link
Collaborator

Rule list page: https://deeyasingh.github.io/rule.html

The rule view page effectively reads and interprets YAML files. The page utilizes JavaScript and the library js-yaml to parse these YAML files, transforming their content into a JavaScript object.

Each rule is then dynamically rendered into a visually appealing and easy-to-understand rule card, offering an encapsulated view of individual rule information directly to the user.

@mr-tz
Copy link
Collaborator

mr-tz commented Aug 7, 2023

Cool, I think the features should be shown as raw yml text instead as a parsed JSON.

@DeeyaSingh
Copy link
Collaborator

@mr-tz I've updated the features to be displayed in YAML format instead of parsed JSON. Could you take a look and let me know if this looks better?

@mr-tz
Copy link
Collaborator

mr-tz commented Aug 22, 2023

Perfect, that looks great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule website related to rule content web visualization
Projects
Development

Successfully merging a pull request may close this issue.

2 participants