Renan

Results 44 issues of Renan

### tl;dr This is a proposal for a major refactor on how code is organized within the Dart Frog tooling with the goal of promoting greater composability. ### **The problem**...

**Description** More info at: https://github.com/VeryGoodOpenSource/dart_frog/actions/runs/5612348973 **Requirements** - [ ] The publish workflow works

ci

**Description** Add capability for production server building via the `daemon`. **Requirements** - [ ] Extract the build routine from the CLI command class. - [ ] Allow damon consumers to...

**Description** `dart_frog new` doesn't allow the creation of wildcard routes. **Steps To Reproduce** ``` dart_frog new route "/[...nice]" ``` Throws an error "Route path segments must be valid Dart identifiers"...

bug

**Description** Add more template options for a Dart Frog Started project. Initial ideas: - Project with WebSocket - Project with custom docker - Dart frog plugin (see #474) **Requirements** -...

Introduce an optional `yaml` file to standardize local setup. Types of features that could be included: - Redefinition of default arguments for CLI commands (such as `port`, `host_name` (WIP) for...

**Description** The internal bricks for webserver code generation ([`dev_server`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/bricks/dart_frog_dev_server) and [`prod_server`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/bricks/dart_frog_prod_server)) have fairly complex hooks. Assuming that after #474 these bricks will be ported to `dart_frog_gen`, its hooks won't be...

**Description** Create a client package that includes useful methods to interact with the Daemon without having to touch the raw JSON-RPC protocol. **Requirements** - [ ] Data structures for all...

**Description** Add e2e tests to the dart_frog_auth examples **Requirements** - [ ] e2e tests on the dart_frog_auth examples - [ ] enable workflow jobs running those tests

test

**Description** Sometimes things severely change between versions, so people using a version of very good cli can be confused when reading the docs that today only reflect the most recent...

documentation