Coder Social home page Coder Social logo

calendar-management-system's Introduction

Calendar-Management-System

This is a eCalendar Management System (EMS).

In this system, the date is 8-digit as YYYYMMDD, the time is 4-digit as HHMM, every input of date or time is expected to follow this rule.

when top shows "Calendars"-"All", it means all the calendars are presented. It is also the first and main page that user will see. Use Show All Calendars to return to this page at any time.

Also, it will shows "Timeplots"-"Personal" (timeplots of "Personal" calendar) or "Meetings"-"20180927" (meetings of date 2018-Sept-27th) or "Meeting"-"1000" (people of meeting at 10:00).

Left

Left part of interface includes Show All Calendars,Show Date Schedule SHow Month Schedule, Close Timeplot, Save and Quit.

In this system, Save will save the hashtable of calendars ("Calendar Manager"), close time/date ("CloseTime(date)List") variables with serializing as "tempMgr.out", "tempCD.out" and "tempCT.out".

Noted that, "Quit" will not "save" data, it just quits.

Right

Right Part of interface includes Add + , Load = and Remove -

Load

To load the calendar with name, click Load = under the "Calendars"-"All", and user will see the timeplots of that calendar with status "activated/closed".

To load the timeplot with date, click Load = under the "Timeplots"-"somename", then user can see the meetings that added in that timeplot. Every timeplot can be loaded even if it is "closed", since user may check the meetings that added before its closing. The "closed" status only prevents the add meetings infomation to add in the variable, even user clicks ok.

To load the meeting with time, click Load = under the "Meetings"-"somedate", and you will see the people of meetings.

Add/Remove

To add/remove the calendar, page is expected to under the "Calendars"-"All".

To add/remove the timeplot, page is expected to under the "Timeplots"-"somename".

To add/remove the meetings, page is expected to under the "Meetings"-"somedate".

Structure

  • ems (Main.java)
  • controller
  • model
  • storage
  • view

calendar-management-system's People

Contributors

sixingyan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.