Skip to content

forgetech-dev/Forge-Career

Repository files navigation

Forge-Career

Designs and documentations

Design notes

  • UserData Layout
.
├── Application/
│   └── UserID001/
│       ├── CompanyID001/
│       │   ├── CompanyName: Amazon
│       │   ├── JobType: Full-Time
│       │   ├── PositionType: SWE
│       |   ├── Status: Applied
│       |   ├── Referer: Nick
│       │   ├── StartDate: Summer23
│       │   ├── AppliedDate: 2022-09-01
│       │   ├── Priority: High
│       │   ├── InterviewDate: Null
│       │   └── InterviewRound: 0
│       └── CompanyID002/
│           ├── CompanyName: Google
│           ├── JobType: Full-Time
│           ├── PositionType: SDE
│           ├── Statue: Applied
│           ├── Referer: Tom
│           ├── StartDate: Fall23
│           ├── AppliedDate: 2022-09-01
│           ├── Priority: High
│           ├── InterviewDate: 2022-10-01
│           └── InterviewRound: 0
└── UserInfo
  • UserData definitation
.
├── JobType/
│   ├── FullTime
│   ├── PartTime
│   └── Intern
├── Status/
│   ├── Interested
│   ├── Applied
│   ├── OA
│   ├── Interview
│   ├── Reject
│   └── Offered
└── Priority/
    ├── Ultra
    ├── High
    ├── Medium
    └── Low

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages