WIP.
Watch the 4min screencast on Vimeo.
- Accessible Data Grid
- Keyboard
- Screen Reader
- ARIA
.visually-hidden
text
- Mobile
- Vision
- Low Vision
- Contrast
- White on Black
- Reduced Motion
This project strives for WCAG Level AA success criteria in all scenarios with some accessibility preference features leaning towards Level AAA. Please log any a11y issues here.
WIP. Pending advisory from the MODX AdvisoryBoard.
A robust rest API allows the data grid to be browsed by the URL all the way down to targeting specific rows, filter, and pagination settings.
Route | HTTP Verb | Description |
---|---|---|
settings/:namespace |
GET |
Retrieve a list of settings in a given namespace |
settings/:namespace?q=foo |
GET |
Search for foo in a given namespace |
settings/:namespace/:area |
GET |
Retrieve a list of settings in a given area of a given namespace |
settings/:namespace/:area/:xtype |
GET |
Retrieve a list of settings of a certain xtype in a given area of a given namespace |
settings/:namespace/?p2 |
GET |
Retrieve the second page of a list of settings in a given namespace |
settings/:namespace/?s=editedon |
GET |
Retrieve a list of settings in a given namespace sorted by editedon |
settings/:namespace/?s=editedon&d=desc |
GET |
Retrieve a list of settings in a given namespace sorted by editedon in descending order |
settings/:namespace/?p2&pp=50 |
GET |
Showing 50 settings per page, Retrieve the second page of a list of settings in a given namespace |
settings/:namespace/#site_status |
GET |
Retrieve a list of settings in a given namespace, set target to #site_status |
Just like System Settings but context/settings
.
WIP. Support options like:
- publishedon
- hidden from menus
- published
- parent
Route | HTTP Verb | Description |
---|---|---|
resources/:context |
GET |
Retrieve a list of resources in a given context |
resources/:context/:parent |
GET |
Retrieve a list of resources of a given parent in a given context |
resources/:context/:parent/:template |
GET |
Retrieve a list of resources of a given template of a given parent in a given context |
resources/:context/:parent/:template |
POST |
Create a new resource within a given parent of a given template in a given context |
resources/:context/:parent/:template |
GET |
Retrieve a list of resources of a given template within a given parent in a given context |
WIP.
Route | HTTP Verb | Description |
---|---|---|
users/:usergroup |
GET |
Retrieve a list of users in a given usergroup |
users/:usergroup/:role |
GET |
Retrieve a list of users of a given usergroup with a given role |
users/:usergroup/:role/:status |
GET |
Retrieve a list of users of a given usergroup with a given role and a given status |
Eureka uses JavaScript events to enrich the user experience of keyboard users.
Shortcut | Command |
---|---|
Sort Ascending | alt+up |
Sort Descending | alt+down |