gramex icon indicating copy to clipboard operation
gramex copied to clipboard

A visual analytics platform to build data-based web apps with less code.

Results 127 gramex issues
Sort by recently updated
recently updated
newest added

Gramex enterprise should allow restricting instances based on a `license.json`. It's a signed JSON file that has this structure: ```jsonc { "libraries": [ "gramex.ml", "gramex.cache", ], "microservices": [ "FormHandler", "AuthHandler",...

license

This PR adds a `make offline` option which creates a tarball, to be moved to the target machine. It includes an `install.sh` script, which installs Gramex.

This issue tracks the current status and next steps on admin module changes. @sindhura.ch to ask @dipika.verma - Redirecting to the dashboard features -- Is this the same as "Link...

admin

## App lifecycle documentation Would like to go through the series of steps the framework takes from running ```gramex```, parsing ```gramex.yaml``` and creating series of functionality on the fly at...

Raised by @pratapvardhan - Should `gramex.ml.r` move to `gramex.r`? It needn't be tied to `ml`. - Perhaps also bundle it out separately? I might want to use `gramex.r` without needing...

**Is your feature request related to a problem? Please describe.** This is related to and a sub-feature of #324. **Describe the solution you'd like** User should be able to: -...

**Is your feature request related to a problem? Please describe.** Forms builder will assist in creating rapid form creation for interfaces. **Describe the solution you'd like** Users should be able...

formhandler
roadmap

Reading xlsx files through openpyxl engine. As xlrd module stopped supporting xlsx files

Notes from discussion with UI scaffolding team on how often UI components are used, prioritized with `H` (high), `M` (medium) and `L` (low) Revise these components - [x] Text opacity:...

ui

Extend DriveHandler API to dynamically add/remove drives/folder

upload