Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.1 KB

File metadata and controls

68 lines (56 loc) · 2.1 KB

#409 Consolidate API Request Error Handling Repo Avatar Gildado/PayD Consolidate API Request Error Handling Category: [FRONTEND] Difficulty: MEDIUM Tags: logic, refactor, api

Description Create a central error interpreter for Axios/Fetch to handle common HTTP errors consistently.

Acceptance Criteria Implement the described feature/fix. Ensure full responsiveness and accessibility. Add relevant unit or integration tests. Update documentation where necessary.

#347 Refine Button Hover/Active States Repo Avatar Gildado/PayD Refine Button Hover/Active States Category: [FRONTEND] Difficulty: LOW Tags: ui, ux, buttons

Description Standardize hover and active states across all primary and secondary buttons to follow the Stellar Design System guidelines.

Acceptance Criteria Implement the described feature/fix. Ensure full responsiveness and accessibility. Add relevant unit or integration tests. Update documentation where necessary.

#346 Implement Webhook Notification System Repo Avatar Gildado/PayD Implement Webhook Notification System Category: [BACKEND] Difficulty: ● HARD Tags: webhooks, integration, notifications, api, architecture

Description Implement a webhook system that notifies external third-party services when significant events occur in the PayD platform (e.g., payroll.completed, employee.added, balance.low). This allows organizations to build their own custom automation workflows.

Acceptance Criteria Implement a webhook subscription API for organizations. Build a "Retry and Backoff" strategy for failed webhook deliveries. Secure delivery with signed payloads (HMAC). Provide a web UI for developers to view delivery logs and test endpoints.

#408 Technical Whitepaper for PayD Protocol Repo Avatar Gildado/PayD Technical Whitepaper for PayD Protocol Category: [DOCS] Difficulty: HARD Tags: docs, whitepaper

Description Draft a high-level PDF/Markdown explaining the cross-border payment architecture on Stellar.

Acceptance Criteria Implement the described feature/fix. Ensure full responsiveness and accessibility. Add relevant unit or integration tests. Update documentation where necessary.