Mastercuber

Results 32 comments of Mastercuber

See this two PR's: [https://github.com/Human-Connection/WebApp/pull/231](https://github.com/Human-Connection/WebApp/pull/231) [https://github.com/Human-Connection/API/pull/145](https://github.com/Human-Connection/API/pull/145)

@appinteractive what information should be displayed in the card?

@appinteractive [http://pm2.keymetrics.io/docs/usage/process-management/#max-memory-restart](http://pm2.keymetrics.io/docs/usage/process-management/#max-memory-restart) [http://pm2.keymetrics.io/docs/usage/cluster-mode/#cluster-mode](http://pm2.keymetrics.io/docs/usage/process-management/#max-memory-restart) based on the information in the two links above, whats needed are the `-i` and `--max-memory-restart 1024M` flags

The isReply is for opening or closing the commentForm when you click on reply to a comment. To indicate that you reply on a comment and not writting a new...

@roschaefer In the `reply-comments.test.js` there is a `userId` needed, so I can't remove the userId in the reply-comments, but in comments.test.js it worked. Changes are pushed!

@roschaefer with tests you mean ava component tests? I thought, I will wait for a stable component testing toolchain till writting the tests.

@mattwr18 Ok so I will use the same deps and so on as in your PR. I think we need component test for all components. So feel free start writting...

I needed to add the sockets-client to be able to start the WebApp. It is used in the WebApp Repo -> plugins dir -> api.js. Maybe the dependency got lost...