Skip to content

Proof of concept for develop modular pluggable web application using events extended concepts.

Notifications You must be signed in to change notification settings

naylonkessler/eventy-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventy prototype

Warning: This project is a proof of concept. It`s not intended to final usage.

Features

Contacts

  • [.] Add contact
  • [.] Edit contact
  • [.] View contact
    • [.] Show sales if Sales module available
  • [.] Delete contact
  • [.] Show contacts list
    • [.] Show amount of sales if Sales module available

Sales

  • [.] Create sale
    • [.] Associate a contact
    • [.] Add products if Products module available
  • [.] Delete sale
  • [.] View sale
    • [.] Show products if Products module available
  • [.] Show sales list

Products

  • [.] Create product
  • [.] Delete product
  • [.] Show products list

About

Proof of concept for develop modular pluggable web application using events extended concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published