Principles and Practices, Project-Management


First I explaim how to upload the archives to the git...
The first step is to enter to git bash and write the following:

git clone git@git.fabacademy.org:fabacademy2016/fablabesan2016.git
It clones the remote repository of Fab Lab ESAN in your PC. Inside the downloaded folders I searched the number 46392111 and added all the files that are going to be updated.

Then, the directory was change by the command:

$cd fablabesan2016/students/57

And the next two instructions are written

$ git add *

$git status

The first add all the files to the staging and the second one list the files that have been recently change, so you can actually confirm that the first addition of files was successful.

Finally, I wrote:

$ git commit -m "prueba"

$ git push origin master

It sends the changes to the master branch of the remote repository.



my project is to create an educational module for children between 4 and 8 years, enabling them to learn to program in a didactic way

It is proposed to create two modules that communicate wirelessly, one of the modules will be programming module where kids will use the blocks to form an algorithm to determine the operation of the second module that will be a small car.

Symbols or programming blocks are figures that allow the child to understand what each block or sensor as sensor, light, sound, etc. or blocks of decisions

Blocks have a proper order and form of union, that will allow you child to follow the sequence and order of the algorithm

for the project idea I was inspired with the programming language "scratch" that runs on the computer