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

Chapters page (frontend) #29

Closed
arkid15r opened this issue Oct 8, 2024 · 3 comments · Fixed by #33
Closed

Chapters page (frontend) #29

arkid15r opened this issue Oct 8, 2024 · 3 comments · Fixed by #33
Assignees

Comments

@arkid15r
Copy link
Collaborator

arkid15r commented Oct 8, 2024

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
Copy link
Contributor

/assign

@arkid15r
Copy link
Collaborator Author

Hi @VedmaPranav any updates on this?

Let me know if you need some help.

@VedmaPranav
Copy link
Contributor

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

@arkid15r arkid15r linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants