Code Monkey home page Code Monkey logo

hospital-messenger-system's Introduction

Software Engineering Requirments

The project goal is to develop a secure messenger system, e.g. of the kind that might be used in a hospital. There are users (e.f. doctors, nurses, administrators) and the messenger system must support the ability of users to send a text messages. There are also groups and users are members of groups and when they send a message it is always to a group, with the privacy condition that only members of that group may read the message. Users may become members of any number of groups Users may send messages only to the members of a group they are registered in. Users may only access/read a message from a group they are registered in. Once a message is read by the recipient, its status changes from new to old. Users may delete their old messages.

The system provides the following queries: List of users (ID โ†’ name) and list of groups (ID โ†’ name), both sorted by name. Components of the abstract state are always sorted by ID, except for list of users, or lists of groups (as above). Lists of new and old messages for a user, are sorted by message ID.

Each user command shall be followed by the abstract state space. Queries shall display results only, not the abstract state.

hospital-messenger-system's People

Contributors

bhumika-p avatar parastoob avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bhumika-p

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.