Laatste paar veranderingen gemaakt

This commit is contained in:
Bram van der Veen 2016-01-14 11:09:19 +00:00
parent 0ac1594814
commit a468a370f8
3 changed files with 13 additions and 1 deletions

View file

@ -12,3 +12,6 @@ Werkmanrooster or [rooster.io](http://github.com/96aa48/rooster.io) is a data-dr
When a user connects to the website, multiple processes are at work to make sure that the information from the Werkmanrooster servers reaches the user. One of these processes is [`DNS`](/telefoonboek) or "Domain Name System", it translates domain names (`werkmanrooster.nl`) into an IP address so that the user can connect to the preferred server.
When the user gets to the website and types in his or her name, rooster.io starts a set of processes in order to supply the user with his or her schedule. First, the name typed into the search bar is used to [go through](/opzoek) the previously [established database](/database). When a match is found, the matched [database information](/opzoek) is used to acquire a link to the schedule on the school [schedule website](http://roosters5.gepro-osi.nl/roosters/rooster.php?school=934). The link is then used to download the user's schedule information. The downloaded information is then sorted to make it computer readable. The now computer readable information is then put into a [template](/templates) for design and consistency.
---
[Volgende >>](/nawoord)

View file

@ -12,3 +12,12 @@ Dit bronnen die gebruikt zijn in dit werkstuk worden altijd direct laten zien me
* [De rooster.io documentatie](http://docs.werkmanrooster.nl)
* [De rooster.io API endpoint](http://werkmanrooster.nl/api)
* [Werkmanrooster](http://werkmanrooster.nl/)
---
## Procesverslag
Mijn procesverslag is in een ander formaat dan verwacht. Ik heb namelijk dit profielwerkstuk geschreven met een handige applicatie genaamd `git`. `Git` zorgt ervoor dat ik accuraat kan bijhouden hoeveel uur ik heb gewerkt aan een project, wat ik heb veranderd en wat voor problemen ik tegen kwam. Dit staat niet geschreven als een word bestand, maar als een webpagina met alle details van alle veranderingen.
[Klik hier om naar de pagina te gaan waar alle details over het proces van dit werktstuk staat](https://github.com/96AA48/hoewerkt/commits/master).
---
Nogmaals bedankt voor het lezen! [Naar Werkmanrooster.nl >>](http://werkmanrooster.nl)

View file

@ -10,7 +10,7 @@ html
.container
.row
.sidebar.five
ul
ol
for article in articles
li
a(href="/" + (article.match(':') ? article.split(':')[0] : article))=article.match(':') ? article.split(':')[1] : article