forest-express-mongoose
forest-express-mongoose copied to clipboard
🌱 ExpressJS/Mongoose agent for Forest Admin to integrate directly to your existing ExpressJS/Mongoose backend application.
## Expected behavior Forestadmin, when initiated, recognizes all models and it can be used as CMS for adding fields directly to the DB. ## Actual behavior Forestadmin when initiated 1....
## Expected behavior We have field defined in mongoose feild1: [ { type: Schema.Types.Mixed, validate: customValidatior, default: customDefaultFeild, }, ] In V4 version , feild1 is getting that is getting...
## Expected behavior I see all attributes of the nested schema in object's Detail view. ## Actual behavior There are missing attributes of the nested schema in object's Detail view....
## Expected behavior When I build a chart I should be able to to filter by the presence or non presence of a field which is a reference to another...
## Expected behavior The example for a smart-collection [here](https://doc.forestadmin.com/developer-guide/express-mongoose.html#what-is-a-smart-collection) should contain a fuller example, with create/update/delete apis, and one relationship (smart relationship?) between a smart collection and a normal collection....
`cancelledBy: { type: mongoose.Schema.Types.ObjectId, refPath: 'cancelledByUserType' }` This kind of refPath instead of ref is not working. I know it's a new feature. It would be great if this feature...
## Expected behaviour I created a Repartition chart that for one of my models. The "Group By" is set to a field that, in my model is a ref to...
## Expected behavior Display array of embedded documents as related data ## Actual behavior Displayed as json in the parent document ## Context I have a Society with an array...
Hello It's possible duplicate of BUG #44 marked as resolved, but I found an issue on my schema, If I use an enum in an array, forest don't show the...
## Expected behavior When using time based charts, it seems to try to run an easein function that doesn't work, and it runs it often ## Failure Logs  ##...