-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels