1 / 17

NOTEPHONES SYSTEM

Author : Allen Mwangonde Supervisor : Prof. Isabel M. Venter. NOTEPHONES SYSTEM. Overview. Brief description of the project User interface specification(UIS) Object oriented analysis(OOA) Object oriented design(OOD) Demo References Questions & answers. Brief description of the project.

martha
Download Presentation

NOTEPHONES SYSTEM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Author : Allen Mwangonde Supervisor : Prof. Isabel M. Venter NOTEPHONES SYSTEM

  2. Overview Brief description of the project User interface specification(UIS) Object oriented analysis(OOA) Object oriented design(OOD) Demo References Questions & answers

  3. Brief description of the project What is a NotePhones system? Amobile application that will track and remind members of meeting events before they occur Display meeting schedules, minutes or regularly scheduled events Allow participants make necessary preparations for the meeting

  4. User interface specification(UIS) What the interface looks like to the users Tabbed control is used to segregate the functionality in multiple tabs so the screen breathes with space and does not look jammed up. No screen navigation

  5. How the user interacts with the interface

  6. Object oriented analysis(OOA) • Minutes • Member

  7. Object oriented analysis(OOA) Minutes

  8. OOA CONTS… • Member

  9. OOA CONTS…

  10. Flows to & from data stores

  11. Object oriented design(OOD) Pseudo code CheckMinutes This code matches all the meeting dates and months stored in MINUTES table with the current date and month. If matched, send SMS, else skip.

  12. OOD CONTS… SET Count = 0 SET Date = today DO WHILE(Count- 1) READ Value FROM MINUTESDataSet.MINUTES.Rows.Countfile Date = Date + Value Count = Count +1 If MINUTESDataSet.MINUTES.Rows.Count > 0 CALL checkMinutes() If Date.Month.Year = Date.Now.Month.Year Then Match SmsMessage(MINUTESDataSet.MINUTES(i).mobileNumber, AND MINUTESDataSet.MINUTES.Agenda & vbCrLf & txtMessage.Text Send SmsMessage Else Skip ENDIF ENDIF ENDWHILE

  13. OOD CONTS… The prototype application The following steps would allow access to the system: Open mobile device emulator in visual studio Load the index file Select option from 1 to 4 from the main menu and follow the instructions on the screen.

  14. Demo Demo of prototype takes place

  15. Project Plan Presentation

  16. References Glossary of Terms, ITU-infoDev ICT Regulation Toolkit. (2010). http://www.ictregulationtoolkit.org/Glossary. Chao, L. (2010). HTC to Sell Branded Smartphones in Mainland Push. The Wall Street Journal. Landay, J. A. (1999). Making sharing pervasive: Ubiquitous computing for shared note taking. IBM SYSTEMS JOURNAL, Vol.38(No.4). Luz, M.-M. B. (2006). Meeting browsing. Mahangu, A. (2010). Minutes Management System. University of the Western Cape, Computer Science Department. Unpublished Honours Project. Marc, P. (2001). Digital Natives Digital Immigrants. Vol. 9(No. 5). UCT. (2009, july 29). UCT centre in ICT4D. Retrieved from UCT centre in ICT4D: http://www.ict4d.cs.uct.ac.za/ Zuckerman, E. (2010). Decentralizing the Mobile Phone:A Second ICT4D Revolution? Retrieved from http://itidjournal.org/itid/article/viewFile/631/271

  17. Questions & answers

More Related