Skip to content

Notifica is a platform that simulates how an engineering environment might receive and handle quickly-incoming notifications on the go using visual cues.

Notifications You must be signed in to change notification settings

ItsLhun/event-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifica (Event tracker)

Live deployment: https://notifica-engineering.netlify.app/

Netlify Status

Description

Notifica is a platform that simulates how an engineering environment might receive and handle quickly-incoming notifications on the go, thus, the app is explicitel made with a mobile-first perspective. The goal is to provide a visual feedback to the operator so they can quickly choose where their attention is needed the most.

image example

Tools

This repository holds the full stack that makes the application.

Front-end

  • JavaScript React
  • Material Library (Styled components)
  • Deployment through Netlify

Back-end

The alert data is generated using the Chance library, and has a schema as follows:

{
    key: chance.guid(),
    title: chance.sentence({ words: 5 }),
    severity: chance.integer({ min: 1, max: 5 }),
    type: chance.pickone(["mechanical", "software", "human"]),
    isPrediction: chance.pickone([true, false]),
    predictionConfidence: chance.integer({ min: 70, max: 99 }),
    description: chance.paragraph({ sentences: 2 }),
    time: new Date()
}

About

Notifica is a platform that simulates how an engineering environment might receive and handle quickly-incoming notifications on the go using visual cues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages