vulcan-npm icon indicating copy to clipboard operation
vulcan-npm copied to clipboard

The full-stack JavaScript App Framework

Results 70 vulcan-npm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I can't find a way to have breakpoints to work **To Reproduce** Set a breakpoint ina component and run "Jest current file" debugger => your breakpoint is...

bug

**Is your feature request related to a problem? Please describe.** Some fields are using constructors such as `String`, `Boolean`... **Describe the solution you'd like** - Allow to serialize/deserialize existing schema...

enhancement

**Is your feature request related to a problem? Please describe.** Based on Vulcan existing DataTable In combination with the datatable, we can make "exploring" views.

enhancement
ui

**Is your feature request related to a problem? Please describe.** Similar to a SmartForm, but instead of creating/editing, specialized for searching and filtering. **Describe the solution you'd like** The schema...

enhancement
ui

**Is your feature request related to a problem? Please describe.** In the SmartForm, we want to display a blocking popup "You have unsaved changes, are you sure you want to...

enhancement
help wanted
routing

**Is your feature request related to a problem? Please describe.** Imagine you have Todo and User models. A User can have multiple Todos. A Todo can have only one User,...

enhancement
graphql
internship

**Work in progress in branch `feature/resolvers`** ## Prototype - [X] Move Vulcan code - [X] Generate string typedefs - [x] Refactor - [x] Generate default resolvers - [X] Handle collection...

**Is your feature request related to a problem? Please describe.** Currently you cannot write `{ input: { filter: { foo: 2}=}` in a multi filter. You have to use the...

enhancement
help wanted
graphql

**Is your feature request related to a problem? Please describe.** Our connectors are not very smart about the field they query **Describe the solution you'd like** Adding an optional "projection"...

enhancement
graphql
mongo

Based on https://github.com/VulcanJS/Vulcan/issues/2638 and https://github.com/VulcanJS/Vulcan/pull/2672

enhancement