5e263e09a1118f14427dd489e8df3ec1.png PSMList 0.4.1 PSM-041-138

Général

Ordre affichage : 131 Création : 31/08/2023 02h01
Index BL : 138 Modification : 31/08/2023 21h51
BL : PSM-041-138

Source : Aucune Soeurs : -

Dev

Fin dev :   D (Done) Ticket : -
Contrôle dev effectué : Fiche : -

C.Qualif. :   #FF0000
Activé : Icône FA : Par défaut

Contact : ARS - Arshellan Qualification : Nouveauté
Répartition : - Module : Data
Dev : ARS - Arshellan Sous module : -

Provenance : 0.4.1  New Constat : -

Début : S.35 Charge j. : -
Fin : S.35 Délai j. : -
Priorité : - Pokercard : -
Estimatif j. : -

Description : Add an historical setting for ships and crew, with the values "Historical", "Realistic" and "Fantasy", if possible in an expanded list

Texte Commit : -

Description client : Added for ships and crew an "historical" setting allowing you to state if an item is historical, realistic, or fantasy. When creating new items if will default to historical, please give us feedback if the default setting should be another one. This setting is also available in searches pages (note that not all official ships have been updated yet, all are set to historical, while creatures are set to fantasy).

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

Statut PreP :   OK - Validé Testeur : ARS - Arshellan

Discussion

ARS

Arshellan

jeudi 31 août 2023 à 14:55

INSERT INTO historical_status (defaultname, description, datecrea, datemodif) VALUES ('Historical', 'This ship or person actually existed at any point in time.', '2023-08-31 14:46:06', '2023-08-31 14:46:06');<br/>INSERT INTO historical_status (defaultname, description, datecrea, datemodif) VALUES ('Realistic', 'This ship or person is fictional but could have existed in an IRL setting.', '2023-08-31 14:46:06', '2023-08-31 14:46:06');<br/>INSERT INTO historical_status (defaultname, description, datecrea, datemodif) VALUES ('Fantasy', 'This ship or person have no ties with a real world scenario (for example: magic is involved).', '2023-08-31 14:46:06', '2023-08-31 14:46:06');

ARS

Arshellan

jeudi 31 août 2023 à 15:00

UPDATE ship SET idhistoricalstatus = 1;<br/>UPDATE ship SET idhistoricalstatus = 3 WHERE idtype IN (3,4);<br/>UPDATE crew SET idhistoricalstatus = 1;