You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the OWASP Snapshot feature by adding a dedicated details page, extending the backend model, and implementing GraphQL queries to fetch relevant data.
Requirements
Frontend: Snapshot Details Page
Create a new snapshot details page at /community/snapshot/:id.
Display snapshot data, including recent releases, new projects, and new chapters.
Show new chapters on a map.
Reuse existing components where applicable.
Ensure consistency with existing project structures and styling.
Backend: Snapshot Model Update
Extend the snapshot model to include:
title (string)
key (string, unique)
The key format should follow YYYY-mm (e.g., 2025-02).
GraphQL Implementation
Create a GraphQL node and query to fetch snapshot data.
Include recent releases, new projects, and new chapters in the query response.
The text was updated successfully, but these errors were encountered:
Enhance the OWASP Snapshot feature by adding a dedicated details page, extending the backend model, and implementing GraphQL queries to fetch relevant data.
Requirements
Frontend: Snapshot Details Page
/community/snapshot/:id
.Backend: Snapshot Model Update
title
(string)key
(string, unique)key
format should followYYYY-mm
(e.g.,2025-02
).GraphQL Implementation
The text was updated successfully, but these errors were encountered: