-
The idea is to have two-way connectivity with Zapier to enable a wide array of workflows and automation in and out of MJ.
**Outbound**
From MJ to Zapier will require MJ to invoke Zapier actions. T…
AN-BC updated
1 month ago
-
**Description:**
Develop the core CRUD functionality for managing flashcards within the app. These operations will allow users to add, delete, and update flashcards within a folder, providing essenti…
-
Hi!
I just checked out the code, and it seems that while we do have a `routes` folder, we use a separate structure inside `app` for the api routes. This seems a bit inconsistent.
Furthermore, w…
-
Epic: #12
- [ ] Azure is fully set up and able to log in
- [ ] Documentation is written in this ticket
-
```
compound generate crud status
fs.js:338
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory '/data/home/nbry…
-
crashed when using `@OneToOne` as the relation holding side
`TypeError: Cannot read property 'joinColumns' of undefined`
repository-service.class.ts:356:36
https://github.com/nestjsx/crud/blob/bb…
-
**Is your feature request related to a problem? Please describe.**
Dynaconf offers only one mount point, default is secret. Many enterprises have multiple mount points for departments and different t…
-
When table has no Idenity field (autoincrement), the
PhalconRest\Api\Resource returns `false` $_modelPrimaryKey for all CRUD methods (or other using Resource class).
It can be problem with generated …
-
Am i able to do the following: `Restangular.service('users').post({data});`?
I ask this because i was thinking to create a CRUD Factory to keep the code DRY, here's what i've done:
``` javascript
(f…
-
We are developing a SaaS ASP.NET MVC application where each tenant has their own database.I know it is possible to the data access layer (DAL) to the dataportal CRUD methods via dependency injection w…