Skip to content

Resume model #5456

@jvogt23

Description

@jvogt23

A Resume model is needed. Every user can have up to one Resume active at any time.

The resume model should contain a file path to the storage location of the user's actual resume.
Any filterable attributes not already present in the User model should also be included. The basic filterable attributes right now should be year in school (or graduation year), major, class standing. These attributes are in the User model already and can be referenced that way.

The model must also contain a toSearchableArray() which extracts the text from the resume. See https://github.com/RoboJackets/loop/blob/main/app/Models/Attachment.php#L131-L188
This method is used when indexing the model for searching.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions