feat: Begins views, login is currently not working.
This commit is contained in:
@@ -2,6 +2,13 @@ import Fluent
|
||||
import struct Foundation.UUID
|
||||
import Vapor
|
||||
|
||||
/// The employee database model.
|
||||
///
|
||||
/// An employee is someone that PO's can be generated for. They can be either a field
|
||||
/// employee / technician, an office employee, or an administrator.
|
||||
///
|
||||
/// # NOTE: Only `User` types can login and generate po's for employees.
|
||||
///
|
||||
final class Employee: Model, @unchecked Sendable {
|
||||
|
||||
static let schema = "employee"
|
||||
|
||||
Reference in New Issue
Block a user