Skip to content

getmissionctrl/london-hasura-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

london-hasura-meetup

Code from the London Hasura talent platform workshop

Resources

Retool app

https://getmissionctrl.retool.com/editor/Talent%20Lifecycle

n8n

Code: https://github.com/getmissionctrl/hasrua-workshop-n8n

Railway: https://hasura-workshop-n8n.up.railway.app/workflow

Railway Project: https://railway.app/project/d4e47f4e-8fa6-4779-9c0e-90d0bf7609ac

Hasura

Console: https://cloud.hasura.io/project/a8fb35d0-ea09-4b4f-9338-cc5c8bc75a90/console

Endpoint: https://hasura-workshop.missionctrl.dev/v1/graphql

Schema

erDiagram
    COMPANY {
        int id PK
        string name
        string sector
    }
    TALENTPARTNER {
        string name
        string email
    }
    ROLE-STATUS {
        string status
        string description
    }
    ROLE-TYPE {
        string type
        string description
    }
    ROLE {
        int id
        string company
        string department
        string role-type
        string status
        string owner
        date start-date
        data created
    }
    CANDIDATE {
        string productCode
        int quantity
        float pricePerUnit
    }
    COMPANY ||--o{ ROLE : roles
    TALENTPARTNER ||--o{ COMPANY : working-with
    TALENTPARTNER ||--o{ ROLE : owner
    ROLE ||--o| ROLE-TYPE : type
    ROLE ||--o| ROLE-STATUS : status
    CANDIDATE ||--o{ ROLE : appying-for
Loading

About

Code from the London Hasura talent platform workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors