Skip to content

Airflex - #186

Open
Emoji-dot wants to merge 4 commits into
arflexx:mainfrom
Emoji-dot:AIRFLEX
Open

Airflex#186
Emoji-dot wants to merge 4 commits into
arflexx:mainfrom
Emoji-dot:AIRFLEX

Conversation

@Emoji-dot

Copy link
Copy Markdown

Summary

Closes #


Type of Change

  • feat — new feature
  • fix — bug fix
  • refactor — code change with no behaviour change
  • docs — documentation only
  • chore — build, deps, config
  • contract — Soroban smart contract change

What Changed

File Change

How to Test

# example
cd server
npm run dev
curl http://localhost:3001/health

Checklist

General

  • Code compiles / builds without errors
  • No new TypeScript errors (tsc --noEmit)
  • Follows existing code style and patterns
  • No secrets, keys, or credentials committed
  • .env.example updated if new env vars were added

API changes

  • Request/response shapes documented in docs/api-reference.md
  • Zod validation added for all request inputs
  • Correct HTTP status codes returned
  • Auth middleware applied where required

Smart contract changes

  • require_auth() called on all state-changing functions
  • extend_ttl() called on all new persistent storage entries
  • Contract rebuilt with stellar contract build
  • Tested on testnet before merge
  • docs/smart-contract.md updated
  • New contract address added to server/.env.example if redeployed

Database changes

  • Migration script included
  • Indexes added for queried columns

Docs changes

  • Relevant doc in docs/ updated or created
  • README updated if structure or setup changed

Screenshots / Logs


Notes for Reviewer

close #65

Successfully Pushed!
All WCAG 2.1 AA accessibility implementation changes have been successfully pushed to GitHub on the AIRFLEX branch.

📋 What was pushed:
Initial Accessibility Implementation Commit:

✅ 20 modified files implementing full WCAG 2.1 AA compliance
✅ Axe-core tooling, accessibility components, and testing infrastructure
✅ Image accessibility, form patterns, color contrast compliance
✅ Focus management, keyboard navigation, aria-live regions
CI Integration Commit:

✅ Enhanced GitHub Actions workflow with accessibility testing
✅ Added npm scripts for accessibility verification
✅ Automated accessibility compliance checks on every commit
🔄 Next Steps:
Create Pull Request: Visit the provided GitHub link to create a PR from AIRFLEX to main

CI Verification: The GitHub Actions will automatically run and verify:

TypeScript compilation
Next.js build
Accessibility compliance (our new addition!)
All existing tests
Review & Merge: Once CI passes green, the accessibility implementation will be ready for production

Emoji-dot added 2 commits August 27, 2026 23:04
- Integrate accessibility verification into GitHub Actions CI
- Add npm script for accessibility testing (test:a11y:verify)
- Include Playwright accessibility tests in CI pipeline
- Ensure accessibility compliance is maintained on every commit
- Complete WCAG 2.1 AA implementation with automated testing
@Emoji-dot
Emoji-dot requested a review from dark-sarge as a code owner August 27, 2026 22:07
@drips-wave

drips-wave Bot commented Aug 27, 2026

Copy link
Copy Markdown

@Emoji-dot Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@dark-sarge dark-sarge left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve conflicts
too many files changed
only change what was asked

@Emoji-dot

Copy link
Copy Markdown
Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[frontend] - Implement Accessibility Audit and WCAG 2.1 AA Compliance Pass

2 participants