Skip to content

zaldis/ICrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pet project to test Viewflow framework

View-flow framework

Project description

Let's imagine the IT company Software+. A lot of great developers work here. And it's important to make the process of grade improvement as easy as possible.

This project "icrm" should help the company with this issue.

Functional requirements

Admin

  • Add new delivery manager.
  • Add new developer.
  • Add new customer.

Customer

  • Can see all his developers.
  • Can request a new developer with a specific skills.
  • Can see the history of previous developer requests.
  • Can see all "grade improvement" processes initiated by my developers and have already being approved by the delivery manager.
  • Can approve or reject a "grade improvement" process initiated by my developer.

Delivery manager

  • Can suggest developers for customer request.
  • Can see all started "grade improvement" processes by his developers.
  • Can approve or reject a "grade improvement" process is started by his developer.

Developer

  • Can start a "grade improvement" process (only one started process can be at a time).
  • Can see all initiated processes by himself (with current status).

Base architecture

block-beta
columns 1
    urls
    space
    views space space
    block:logic
        flows
        space
        services
    end    
    models
    space
    db[("Database")]
    urls --> views
    views --> urls
    views --> logic
    logic --> views
    flows --> services
    services --> flows
    logic --> models
    models --> logic
    models --> db
    db --> models
Loading

About

Pet project to learn viewflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published