OWASP / Nest

Explore OWASP and be a part of it
https://nest.owasp.dev
MIT License
7 stars 7 forks source link

Chapters page (frontend) #29

Closed arkid15r closed 2 days ago

arkid15r commented 1 week ago

We currently have most of the Chapters page BE functionality ready. The endpoint for chapter search is available at api/v1/owasp/search/chapter. It currently provides

"idx_created_at",
"idx_leaders",
"idx_name",
"idx_related_urls",
"idx_summary",
"idx_tags",
"idx_updated_at",
"idx_url",

fields. The results are ranked based on the proximity to the user's location.

I'd like the new page layout be consistent with Projects page (name, leaders, summary, tags) with some extra icons (font awesome) for the related URLs based on the link platform type (show YouTube icon for youtube.com... links, LinkedIn icon for linkedin.com links, Twitter icon for twitter.com/x.com link, etc -- the real challenge here is compiling a list of platforms we want to cover). The button should be labeled as Join and have a link to the chapter's idx_url.

I'd be happy to help w/ any questions here or in the #project-nest Slack channel.

VedmaPranav commented 1 week ago

/assign

arkid15r commented 5 days ago

Hi @VedmaPranav any updates on this?

Let me know if you need some help.

VedmaPranav commented 4 days ago

Hey @arkid15r I am working on it and should be able to open a PR by this weekend