Skip to content

Characters Missing and Quest Status#1226

Open
spitfire305 wants to merge 8 commits intodevelopfrom
charactes-missing
Open

Characters Missing and Quest Status#1226
spitfire305 wants to merge 8 commits intodevelopfrom
charactes-missing

Conversation

@spitfire305
Copy link
Collaborator

No description provided.

@spitfire305 spitfire305 requested a review from ilestis March 4, 2026 05:00
Copy link
Member

@ilestis ilestis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't keep the column name is_something if it's not a pure boolean. Use enums.

Copy link
Member

@ilestis ilestis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow conventions established in Kanka. If an enum is an int, the field should be called status_id. Bulk updating also seems like it wouldn't work.


protected array $booleans = [
'is_dead',
'status',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a boolean


protected array $booleans = [
'is_completed',
'status',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a boolean

@spitfire305 spitfire305 requested a review from ilestis March 9, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants