Giter VIP home page Giter VIP logo

dashpresshq / dashpress Goto Github PK

View Code? Open in Web Editor NEW
1.3K 1.3K 75.0 68.95 MB

Generate powerful admin apps without writing a single line of code - Run `npx dashpress` to see some magic!

Home Page: http://demo.dashpress.io

License: GNU Affero General Public License v3.0

Shell 0.02% JavaScript 0.19% TypeScript 99.76% CSS 0.02%
admin admin-dashboard admin-panel admin-ui crud-generator internal-applications internal-tools low-code lowcode no-code nocode nodejs react typescript

dashpress's People

Contributors

ktbch avatar kyuubitila avatar lhdi avatar sam1330 avatar snyk-bot avatar thrownullexception avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashpress's Issues

feat: Highlight the selected button from sidebar

Feature Request

Describe the Feature Request

When a button is selected from the sidebar it is confusing to know which window you're on unless you watch the URL.
So I am requesting a feature to light the buttons whenever they got selected.

Describe Preferred Solution

A state should be present to hold the index for the selected button and highlight it.

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

bug:

After new clone i am facing below attached issue

Screenshot 2023-05-11 095418

feat: Allow the name of the app to be customized

Feature Request

Describe the Feature Request
When setting up Hadmean for a client, You will probably want the name of the app everywhere instead of Hadmean
This feature request is to allow the app name to the customizable in the settings view

Describe Preferred Solution
You can take inspiration from how the app theme colors is configured as you will basically be doing the same thing

Related Code
App theme implementation

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Show the count of data in the table tabs

Feature Request

Describe the Feature Request
We want to display the count of data for each table tab
i.e we want to go from

Screenshot from 2022-09-28 00-28-15

to

Screenshot from 2022-09-28 00-26-11

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Custom actions button

Feature Request

Describe the Feature Request
Edit and Create wont cut it form most cases, We need to have custom actions on the app

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Ability to upload files via a form

Feature Request

Ability to upload files via a form

Most of the times admins will have to view and upload some files. Eg: images/documents
Therefore it would be great if Hadmean can have a direct support to it.

feat: Data Source Adaptor

Feature Request

Describe the Feature Request
Currently Hadmean supports only relational DBs leaving NoSQL users left out, This feature is to implement and interface to easily add new data source

Describe Preferred Solution

Describe Alternatives
None

Related Code
None

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Show Disabled CRUD elements from the Settings Tab

Feature Request

Describe Preferred Solution
When on the CRUD settings tab, You to click on a new tab to know if it is disabled or not
We will like the tabs themselves to show if they are disabled or not without having to click on them to check
Adding a class disabled will be a good idea. The class will just make the text a bit greyed out

Related Code

  • Open any entity table
  • Click on the Table Settings on the top right corner
    The feature request is to make the tables indicate if they are enabled or not

Additional Context
Screenshot from 2022-09-26 12-05-14

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Bring in your color

Feature Request

Allow users bring in their own colors

Describe the Feature Request

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

bug: Can't start the project

Bug Report

Hadmean version: latest on npm? and master on git

Current behavior:

I tried to run: npx hadmean But it seems to fail silently, and my folder is empty. Log below:

$ npx hadmean
Need to install the following packages:
  [email protected]
Ok to proceed? (y) y
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs

So instead of that, I tried to clone the repo to run it locally that way. But npm i fails.

$ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"18.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-final-form-arrays
npm ERR!   react-final-form-arrays@"^3.1.3" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Sonny\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Sonny\AppData\Local\npm-cache\_logs\2022-12-01T08_53_57_626Z-debug-0.log

Expected behavior:

Hadmean starts

Steps to reproduce:

npx hadmean

or

git clone https://github.com/hadmean/hadmean
cd hadmean
npm i

Other information:

I run on Windows with node 16 and npm 8.

feat: Extending User Entity

Hadmean is great but if the "User" entity can be made dynamic in such a way that additional fields can be added to expand on what the "user" can do. For instance, I would like to add a field like a phone number but I don't necessarily want that field in the database provided by me, but stored within Hadmean and can be user for other operations like before and after form submission.

feat: Tab Scope

Feature Request

Describe the Feature Request
We need users to be able to have scope for their data, So instead of just All orders, we can have users do things like Processed Orders, In Progress Orders, Cancelled Orders

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Disable update view after disabling details view

Feature Request

Describe Preferred Solution
There is no need to have a details view disabled and update view enabled as you can't edit what you can't see.
So, Currently you have to disable both the details view and update view if you don't want both

What is desired is that after disabling the details view the update view is also automatically disabled

A nice additons will be to enable the details view if disabled when the update view is enabled

Related Code
Steps to get to the view

  1. Open any entity table
  2. Click on the Table Settings on the top right corner
  3. The request is to make the Hide details button on the Details tab automatically hide the Hide edit button on the Update tab

Additional Context
Screenshot from 2022-09-26 12-05-14

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

feat: Dashboard Builder

Feature Request

Currently the dashboard only supports total entities count, This request is to allow custom count of entites

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

bug: Unsupported engine

Bug Report

Hadmean version:
Latest

Current behavior:
I get the following error on running the npx hadmean command

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/[email protected]',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/[email protected]',
npm WARN EBADENGINE   required: { node: '=16', npm: '8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@hadmean/[email protected]',
npm WARN EBADENGINE   required: { node: '=16', npm: '=8' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@azure/[email protected]',
npm WARN EBADENGINE   required: { node: '10 || 12 || 14 || 16 || 18' },
npm WARN EBADENGINE   current: { node: 'v19.4.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

Steps to reproduce:
Run npx hadmean

Does this mean that Node 19 is not supported and I should use Node 16?

feat: Action integrations

Feature Request

We currently have HTTP Actions, we need to support other actions like Mail, Slack, Zapier etc

Describe the Feature Request

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
(Help can be provided if you need assistance submitting a PR)

  • Yes
  • No

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.