Joshua Alpuerto
Joshua Alpuerto
@stock1232 @shaun-k9 has anyone able to figure this out?
Wow!! I will look into these as soon as I could! Thanks @Sofyrus
Hey @BilalHasanKhan, I'm not sure about this because not all project needs it. Thoughts?
Hmm, I implemented [kue](https://github.com/Automattic/kue) on my production project(using this boilerplate), w/c will have two addition the `QueueManager` sitting on application layer that has 1 to 1 mapping into `QueueService ->...
@jlcastrillon91 Yes I was so busy at work and don't have enough time to implement this. Before I was going to implement it with `plopjs` because of the code template...
Hey @rhm-fyayc this looks good. However, This adds dependency(`python`). W/c I think is a big overhead since this is running with node. What do you think?
Oh I see now what you mean. I have a different goal in mind. What I want is to generate a module inside this boilerplate. Like how [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate) is doing....
The thing about this issue is that the developer already have this boilerplate and want to generate a new module like `roles` ``` ├── interfaces/ | ├── modules | |...
Hi @vinyguedess, there are still missing documentation regarding: - Folder structure - Pattern recommendation - Testing - Deployment I wanted to have a wiki for this boilerplate so that developers...
does anyone fixed this issue? Im having trouble calling `endCall` method here's the code : ```sh const _uuid = uuid.v4() RNCallKit.displayIncomingCall(_uuid, "Translator") // { if (!_answered) { console.tron.log('should end call...