voyageglobal / voyage-admin

The frontend for Voyage admin application. Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.
https://voyage-admin.netlify.app
0 stars 0 forks source link

FE ADMIN: Add the page to view existing guides in the system #10

Open adadychanka opened 1 month ago

adadychanka commented 1 month ago

All existing guides need to be viewed as a table. The admin should see the following fields: id, guide name, author, created data, updated date, status (published/draft).

The table should support filters, sorting, pagination.

adadychanka commented 1 week ago

The initial version of the page has been deployed. It contains a table to view the data and pagination.

The following PR will include support for filtering and sorting, storing table state in url.