Difference between revisions of "Overdressed"

From mn/ifi/inf5750
Jump to: navigation, search
Line 29: Line 29:
 
=== Technology ===
 
=== Technology ===
  
*AngularJS (frontend logic, avoid using jQuery) https://docs.angularjs.org/api/, https://egghead.io/technologies/angularjs
+
*AngularJS (frontend logic, avoid using jQuery) [https://docs.angularjs.org/api/ https://docs.angularjs.org/api/], [https://egghead.io/technologies/angularjs https://egghead.io/technologies/angularjs]
*Bootstrap (CSS framework) http://getbootstrap.com/css/
+
*Bootstrap (CSS framework) [http://getbootstrap.com/css/ http://getbootstrap.com/css/]
*DHIS2 Web API (for data retrieval and storage) https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s15.html
+
*DHIS2 Web API (for data retrieval and storage) [https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s15.html https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s15.html]
*GitHub (project management) https://github.com/apers/INF5750-group-assignment/
+
*GitHub (project management) [https://github.com/apers/INF5750-group-assignment/ https://github.com/apers/INF5750-group-assignment/]
*Bower (package manager for web) http://bower.io/
+
*Bower (package manager for web) [http://bower.io/ http://bower.io/]
  
 
== Time schedule ==
 
== Time schedule ==
Line 86: Line 86:
  
 
[https://github.com/apers/INF5750-group-assignment [https://github.com/apers/INF5750-group-assignment]]
 
[https://github.com/apers/INF5750-group-assignment [https://github.com/apers/INF5750-group-assignment]]
 +
 +
== Test server ==
 +
[inf5750-19.uio.no[inf5750-19.uio.no]]

Revision as of 11:43, 3 November 2014

Project

Messaging app.

Features

  • LIST List message threads
  • READTHREAD Read a message thread
  • MARKREAD Mark thread as read
  • MARKUNREAD Mark thread as unread
  • REPLY Add reply to message thread
  • STAR Star a message thread (mark as follow-up)
  • UNSTAR Unstar a message thread (unmark as follow-up)
  • NEWTHREAD Create message thread
    • SEARCHRECEIVER Search by users, groups and organization units
  • DELETETHREAD Delete a message thread

Constraints

  • Support offline messages for reading (for X months)
  • Responsive design (easy to use on e.g. mobile phone and other touch devices)

Required pages

  • Inbox (LIST, STAR, UNSTAR, DELETETHREAD)
  • Message thread (MARKREAD, MARKUNREAD, REPLY, STAR, UNSTAR, DELETETHREAD)
  • New message thread (NEWTHREAD, SEARCHRECEIVER)

Technology

Time schedule

Milestones

Date Milestone
Milestone 1: 1st November
(Saturday)
  • Document features and architecture on Wiki
Milestone 2: 15th November
(Saturday)
  • First bare-bone versjon - static HTML
  • Uploadable as DHIS web app
Milestone 3: 30th November
(Sunday)
  • Finished, if applicable also with mobile app
8th December
(Monday)
  • Final delivery
9th December
(Tuesday)
  • Presentation

Weekly meetings

  • When: Wednesdays at 2pm
  • Where: TBD

Team

  • Daniel Høgli Olufsen
  • Henrik Steen
  • Christian Finnøy
  • Audun Øygard

Repository

[https://github.com/apers/INF5750-group-assignment]

Test server

[inf5750-19.uio.no[inf5750-19.uio.no]]