Gilbert Pellegrom

Results 32 issues of Gilbert Pellegrom

Users should be able to import/export any number of databases or any number of tables within a database. We should at least support SQL and CSV formats.

Users should be able to execute custom SQL and see the output.

The `root` user should be able to: - Create new users and manage their access to databases - Update users - Delete users

Users should be able to: - View a paginated table of rows - Add new rows of data - Update column values - Delete rows

Users should be able to: - Create new databases - Update/rename databases - Drop databases

Users should be able to: - Create new tables - Update/rename tables - Truncate/Drop tables

It would be cool if there was a built-in command for rebuilding your containers (e.g. `./vessel rebuild`). Basically just a shortcut for: ``` ./vessel down docker image rm vessel/app docker...

We should have a separate `methods.js` file in the PlanAndPricing subfolder for methods and computed values so they can be shared with sub-components instead of duplicated.

enhancement

For cases where plans have both monthly and annual subscriptions, we should split these up and show them based on some kind of toggle.

enhancement

It would be nice if there was a way to not have to configure plans in Chip config but have the info pulled from Stripe automatically. Maybe something like a...

enhancement