Skip to content

Releases: paljs/prisma-admin

v1.0.5

05 Jun 03:10
621517a
Compare
Choose a tag to compare

move settings backend queries to nexus package

v1.0.4

04 Jun 01:43
62b0d72
Compare
Choose a tag to compare

Move settings and dynamic components into admin package and add props to custom table

v1.0.3

02 Jun 11:28
Compare
Choose a tag to compare

Improve findMany query uses in get table data by generate returned fields from just read fields

v1.0.2

29 May 21:51
Compare
Choose a tag to compare

It's big move from using to servers for backend and frontend to use one server for all project .

Move from GatsbyJS to NextJS

v0.0.1

23 May 12:42
Compare
Choose a tag to compare

Features

  • Have settings system to control of your models.
    • Control of models
      • Change model display name in table
      • Select id field to use in db queries
      • Select display field to display when model have relation with another model
      • Have actions Create update delete default for all true
    • Control of fields
      • Change field display name in a table, update and create pages
      • Change field order by a drag and drop to change gi order in a table, update and create pages
      • Update action to add this field in update page
      • Create action to add this field in create page
      • Read, sort and filter to add this option to this field in display table
      • editor to add https://quilljs.com/ editor to this field in create and update
  • Every model has a page contain pagination table.
    • Table has many page size option
    • Table has go to page number input
    • Table has select page number.
    • If field value bigger than column width will hide it and show all of it in a popover when you click on it
    • you can filter by many fields in same time and in relation fields you can select any field in this relation to filter by it.
    • When you click in any relation field will go to his page with a filter.
  • Edit record page.
    • Has a form to edit model fields.
    • Relation fields has a search icon to search in relation records and connect. has close icon to delete relation if field not required.
    • Tabs card has a table with list relation records.
      • You can add a new record to parent record you edit.
  • Add new record modal.
    • Has a form to add model fields.
    • Relation fields has a search icon to search in relation records and connect. has close icon to delete relation if field not required.