2.1.9 • Published 2 years ago

rihal-devops-model v2.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Rihal Devops Model

Data modelling for the Rihal Deveops Assigment.

Structure

This package contains a Javascript file containing classes and modules to model the following:

  • Objects (ES6 classes):
    • Class
    • Country
    • Student
  • Tables (ES6 classes):
    • Classes table (class)
    • Countries table (class)
    • Students table (class)
  • Controllers (IIFE modules):
    • classController
    • countryController
    • studentController

To avoid overengineering and for simplicities sake:

  • All code is kept in a single file
  • Data will be stored in the user's local storage
    • i.e., no backend frameworks used

Installation

npm i rihal-devops-model --save

Usage

import {
  Class,
  Country,
  Student,
  Classes,
  Countries,
  Students,
} from rihal-devops-model;

To subscribe to the lists: events.on('classes', classTable) events.on('countries', countriesTable) events.on('students', studentsTable)

See index.js for more

2.1.9

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago