Projects

icon picker
Coyo

Demanded topics

Demanded topics
Facebook
LinkedIN (hier haben schon was vorgebaut auf AWS Basis, solltet ihr euch anschauen)
Personio ( Würden wir wahrscheinlich sogar selber nutzen)
Ein Tippspiel zur Bundesliga oder ein ähnlicher gamification Ansatz.

Research session of test environment

Everything is explained on the first visit → elements of the website are highlighted and explained (Tutorial Tour)
image example
image.png

Research of “building a plugin”

Had to install
Node.js
express
npm
Had to create a heroku account
With the console i navigated to the downloaded folder.
I created a git repo with “git init”
“git add .”
“git commit -m "Updated."”
"heroku login” and “heroku create” to make a personal Heroku project from it.
“git push heroku main” pushes your changes to the heroku
“heroku open” → opens a page where you now can see the plugins content
When changes appear I have to do:
git add .
git commit -m “some update message”
git push heroku main
Now I can insert the demo plugin into the coyo space by going into the administration panel → widgets → add a widget
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.