booster icon indicating copy to clipboard operation
booster copied to clipboard

Booster Framework

Results 221 booster issues
Sort by recently updated
recently updated
newest added

Update the documentation explaining how to: - Configure the IDE to improve the developer experience - Debug using the IDE - Attach a debugger to the application running locally -...

documentation
local provider

The current documentation of the local provider needs to be improved. Some points that need to be improved (but not limited to) are: - The _**sign-up**_ example is using bad...

documentation
local provider

## Feature Request ## Description `ScheduledCommand`s were recently introduced in the local provider, but there's no way to trigger them manually or from integration tests. ## Possible Solution Create a...

documentation
good first issue
size: L
package: core
local provider
booster cli
dev-experience
difficulty: medium
priority: medium

## Description [Scheduled commands docs](https://docs.booster.cloud/chapters/03_booster-architecture#scheduling-a-command) [Local provider docs](https://docs.booster.cloud/chapters/04_features#local-provider) PR #1058 (Scheduled commands for local provider) is missing the unit tests so we need to implement them. The scheduled command feature...

good first issue
size: M
local provider
testing
difficulty: low
priority: high

## Feature Request ## Description The `cli` package includes a full project template to be able to generate a scaffolding project with the `boost new:project` command. This template, being embedded...

size: XL
booster cli
difficulty: high
priority: low

## Description Right now, all lambda timeouts are set to 1 minute: https://github.com/boostercloud/booster/blob/master/packages/framework-provider-aws-infrastructure/src/infrastructure/params.ts#L24 It would be great to increase this limitation via configuration. ## Possible Solution Add a `timeout` property...

good first issue
size: S

> You can learn more about XSS in [this Wikipedia page](https://en.wikipedia.org/wiki/Cross-site_scripting). Booster APIs only deal with structured data and we don't make assumptions about how this data is going to...

size: L
security
difficulty: medium

It would be handy to have some way to create scopes with the generators (IE: I want to create the CreateProduct command in the admin scope, but I rather create...

size: M
booster cli
difficulty: medium

# Blocked until local provider is in working state Perhaps some more issues, but these essentially - [x] #227 - [x] #318 - [x] #317 - [ ] #315 -...

enhancement
good first issue
size: S
local provider

The current local provider implementation is based on ,ExpressJS, and the local document database ,nedb,.,Implement a sockets interface and the corresponding required methods from the ,ProviderInterface, to support GraphQL subscriptions...

provider:local