Luka Prinčič // Teacher
IDOCs » How could GitHub help in a process of developing and using the website
I created a diagram that quite accurately represents the collaboration and communcation flows if the code of the website is released under an open source licence (GNU GPL recommended) and put on github from where it can be synced to IDOCDE.net website.
2012.11.17307 views 1 appreciation
How could GitHub help in a process of developing and using the website
I created a diagram that quite accurately represents the collaboration and communcation flows if the code of the website is released under an open source licence (GNU GPL recommended) and put on github from where it can be synced to IDOCDE.net website.
https://www.dropbox.com/s/ep4x5ou6mncnvfr/github_idocde_structure.png
Comments:
Luka Prinčič // Teacher
2012.12.07
API stands for Application Protocol Interface. in practice this means that the website defines how an external application can interact with the website - mainly its database. API is very useful if not a requisite if IDOCDE wants to have third party applications using its content. imagine an iPhone or Androud app that can upload video/text/photo/audio files to the website, for example, or another application that visualises the state of the IDOCDE... etc. for all these an API is extremely beneficial. it defines how machines/services/apps can communicate between eachother.
2012.12.07
API stands for Application Protocol Interface. in practice this means that the website defines how an external application can interact with the website - mainly its database. API is very useful if not a requisite if IDOCDE wants to have third party applications using its content. imagine an iPhone or Androud app that can upload video/text/photo/audio files to the website, for example, or another application that visualises the state of the IDOCDE... etc. for all these an API is extremely beneficial. it defines how machines/services/apps can communicate between eachother.
You must be logged in to be able to leave a comment.