Difference between revisions of "IDLE"

From mn/ifi/inf5750
Jump to: navigation, search
(Added assignment and link to git repository)
Line 6: Line 6:
 
== Assignment ==
 
== Assignment ==
 
Master Facility List
 
Master Facility List
 +
 +
== Timeline for Development ==
 +
 +
=== Week 1: ===
 +
* Created our first React app.
 +
* Created an organization and repository on GitHub.
 +
* Fetched our first data from the api using fetch().
 +
* Created a simple layout for the Master Facility List (MFL) with a navigation bar, search option boxes and a result page.
 +
* Added some styling with css and React Bootstrap.
 +
 +
=== Week 2: ===
 +
* Improved navigation bar style
 +
* Improved overall layout style
 +
* Added support for string matching of user-input for organizatons to get relevant organizations.
 +
* Added toggle button for advanced search user inputs.
 +
* Added routing of navigation bar buttons.
  
 
== Git repository ==
 
== Git repository ==
 
https://github.uio.no/MFLD2/MFLD2
 
https://github.uio.no/MFLD2/MFLD2

Revision as of 10:51, 30 October 2017

Group members

  • Vebjørn Kvisli (vebjorkv@ifi.uio.no)
  • Halvard Hella Kværna (halvarhk@ifi.uio.no)
  • Andreas Hauge Standal (andrhst@ifi.uio.no)

Assignment

Master Facility List

Timeline for Development

Week 1:

  • Created our first React app.
  • Created an organization and repository on GitHub.
  • Fetched our first data from the api using fetch().
  • Created a simple layout for the Master Facility List (MFL) with a navigation bar, search option boxes and a result page.
  • Added some styling with css and React Bootstrap.

Week 2:

  • Improved navigation bar style
  • Improved overall layout style
  • Added support for string matching of user-input for organizatons to get relevant organizations.
  • Added toggle button for advanced search user inputs.
  • Added routing of navigation bar buttons.

Git repository

https://github.uio.no/MFLD2/MFLD2