pkp / pkp-docs

A repository for generating PKP's documentation hub.
15 stars 245 forks source link

Create a tips, tools and tactics guide for coders #733

Open NateWr opened 3 years ago

NateWr commented 3 years ago

This guide could provide a bunch of different advice/tools for working with the code. Some ideas:

jonasraoni commented 3 years ago

As a new developer landing in the sea of unknown code, what I always miss is:

marcbria commented 3 years ago

Soooo long ago we made a version of this diagram that IMHO is as detailed but more clear than the original one. https://revistes.uab.cat/web/sites/default/files/documents/workflowojs-v04.svg

Some time after (but still far away) we did a simplified version to explain OMP that could also be adapted: https://revistes.uab.cat/web/sites/default/files/documents/all-v3.png

Jumping to a different topic... as an old sysadmin I'm used to track errors in the sever side, but in different posts Nate made us notice this is going to change. More and more logic is in the front end so would be great if a video about "how to debug" in the front end is recorded.

I'm not thinking only in coders... it will be useful for sysadmins and even final users that need to track an issue.