Difference between revisions of "NinjaTurtles"

From mn/ifi/inf5750
Jump to: navigation, search
Line 85: Line 85:
  
 
[http://yeoman.io/codelab.html How to scaffold a web app with Yeoman]
 
[http://yeoman.io/codelab.html How to scaffold a web app with Yeoman]
 +
 +
[https://docs.angularjs.org/api/ng/service/$http AngularJS documentation for $http]
  
 
On/Off Switch [https://proto.io/freebies/onoff/ https://proto.io/freebies/onoff/]
 
On/Off Switch [https://proto.io/freebies/onoff/ https://proto.io/freebies/onoff/]

Revision as of 22:17, 4 December 2014

Group members

  • Pedro Lima
  • Sercan Leylek
  • Pooja More

sln2uh.jpg

Summary of requirements

Web API HTML-view browser

Render pretty, linked HTML representation of the web api data model, starting at api/resources, based on the JSON representations.

Architecture

List of technologies

  • HTML5
  • CSS
  • JavaScript (jQuery and AngularJS)

In order to scaffold and build our web app, we'll use the following tools:

  • Yeoman
  • Grunt
  • Bower

Time schedule

2nd of November

Planning & task distribution will be complete.

16th of November

Basic Json view will be functional with basic requirements.

30th of November

Additional features will be implemented.

2nd of December

Testing phase ends.

9th of December

Presentation of the product.

Features

Ninja Turtles Team has been planning to deliver 3 main features with this project. These feature development tasks will be distributed among the team members.

__________________Basic Json View__________________

-- Show json objects in a readable format on the page (as a pretty, linked HTML representation)
-- We can use HTML5 editable text feature to be able to edit/save the json files
-- There might be an automated save option
-- When you hover over some text, you may click to google these keywords.

__________________Visual Json______________________

-- This will be a separate page which shows the json content distributed over a map.
-- Assume that every json node is an individual patient with location info. This module will show different diseases with different colors. When you click over a point, you will be able to view more info about this patient.

__________________File Conversion & Download_________
-- We may get every json file converted to XML, XLS and CSV formats.
-- Converted files might be downloaded via link.

Progress Timeline

  • 12/11/14 Yeoman installation & Web Structure Created
  • 20/11/14 Basic Json View Implemented
  • 22/11/14 Web App installed on DHIS2 Group Server
  • 25/11/14 Clickable URLs and Google Search option implemented
  • 25/11/14 HTML/CSS style improvements
  • 30/11/14 Editable Nodes (?)
  • 02/12/14 XLS, CSV Downloadbles (?)

Screenshots and screen flows

NinjaTurtles v1.png

You can watch our intro video here.

Documented learning during project

How to scaffold a web app with Yeoman

AngularJS documentation for $http

On/Off Switch https://proto.io/freebies/onoff/

Suggested improvements to APIs etc

Link to repository

[1]

Download link to sample web app or Android app