GET https://stephen-nurse.com/todolist_items/edit/529

Forms

  • to_do_list_items
    • project
    • task
    • priority
    • status
    • hoursAllocated
    • attachment
    • needsResearch
    • immediatePriority
    • save
    • save_and_continue
    • _token

to_do_list_items

Form type:
"App\Form\ToDoListItemsType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\ToDoListItems {#1023
  -id: 529
  -project: Proxies\__CG__\App\Entity\ToDoList {#1237
    -id: 47
    -priority: 1.0
    -project: "AX Tools"
    -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
    -liveWebsite: "https://axtools.atts-systems.com/"
    -summary: null
    -monthlyRevenue: null
    -cDevDirectory: "axtools"
    -sqlDatabaseFileName: null
    -atsTemplateLastUpdated: DateTime @1748334076 {#1354
      date: 2025-05-27 08:21:16.0 UTC (+00:00)
    }
    -activeCodingProject: true
    -liveWebsiteWorking: true
    -expandCollapse: "Collapse"
    +__isInitialized__: true
     …2
  }
  -status: "Complete"
  -priority: 99.0
  -task: "<p><strong>Transfers</strong></p><ul><li>Add 3 new fields – 1) “Price Adjustment” (float) and 2) “isSharedAllowed” (boolean) and “sharedTransfers” (relation linked to Transfer Entity – ManyToMany).</li></ul><ol><li>Price <strong>Adjustment</strong>: &nbsp;Each transfer will have a price, which will be composed of the “standard price” plus the possibility of a manual ‘adjustment’ (which most of the time is zero).&nbsp; The adjustment might be positive or negative and for example might be because the customer wants something special (eg snacks/drinks in the car, or a stopover en route) etc.&nbsp;&nbsp; The “standard price” will be calculated from the destination combination (eg VRB to GVA), the number of passengers and potentially the time of day, and we will designed an entity to capture that.&nbsp;&nbsp; And the Price Adjustment is a manual input.&nbsp;&nbsp; The standard price is&nbsp; computed dynamically – but I want to save it in case the formula changes as we can’t change a price already given (hence a field is required. Make sense?</li><li><strong>IsSharedAllowed</strong>.&nbsp; The concept I want to introduce here is that I want to offer people the ability to share a taxi. Typically the vehicles will take 7 people, so if you are a family of 4, you have 3 spare seats.&nbsp; I will only allow a share if the others are on the same flight/train (if inbound – as sometimes flights are late and don’t want any additional waiting) or within [10] mins for a flight/train departure.&nbsp;&nbsp; So if a client says yes to “isSharedAllowed” we will try to combine and split the costs.<ol><li>To do that we might need &nbsp;to link transfers together using the <strong>sharedTransfers</strong> &nbsp;field which will contain which transfers are being combined &nbsp;(typically 2 clients (ie 2 transfers) but could be more, eg&nbsp; &nbsp;4 passengers +2 passengers +1 passenger) And then we can assign all [3] transfers to the same vehicle/driver….</li></ol></li><li>For the train pickup service that is the same concept – we will have a bus (say 13 seats) that can take various combinations of passengers to fill it (could be 13 single travellers).&nbsp; That service will take people from LeChable train to their chalets in Verbier. &nbsp;&nbsp;&nbsp;Does that make sense?</li></ol><p>&nbsp;</p>"
  -hoursAllocated: null
  -immediatePriority: null
  -attachment: null
  -needsResearch: "No"
  -lastSaved: DateTime @1749214958 {#1021
    date: 2025-06-06 13:02:38.0 UTC (+00:00)
  }
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
access_projects
[]
same as passed value
data
App\Entity\ToDoListItems {#1023
  -id: 529
  -project: Proxies\__CG__\App\Entity\ToDoList {#1237
    -id: 47
    -priority: 1.0
    -project: "AX Tools"
    -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
    -liveWebsite: "https://axtools.atts-systems.com/"
    -summary: null
    -monthlyRevenue: null
    -cDevDirectory: "axtools"
    -sqlDatabaseFileName: null
    -atsTemplateLastUpdated: DateTime @1748334076 {#1354
      date: 2025-05-27 08:21:16.0 UTC (+00:00)
    }
    -activeCodingProject: true
    -liveWebsiteWorking: true
    -expandCollapse: "Collapse"
    +__isInitialized__: true
     …2
  }
  -status: "Complete"
  -priority: 99.0
  -task: "<p><strong>Transfers</strong></p><ul><li>Add 3 new fields – 1) “Price Adjustment” (float) and 2) “isSharedAllowed” (boolean) and “sharedTransfers” (relation linked to Transfer Entity – ManyToMany).</li></ul><ol><li>Price <strong>Adjustment</strong>: &nbsp;Each transfer will have a price, which will be composed of the “standard price” plus the possibility of a manual ‘adjustment’ (which most of the time is zero).&nbsp; The adjustment might be positive or negative and for example might be because the customer wants something special (eg snacks/drinks in the car, or a stopover en route) etc.&nbsp;&nbsp; The “standard price” will be calculated from the destination combination (eg VRB to GVA), the number of passengers and potentially the time of day, and we will designed an entity to capture that.&nbsp;&nbsp; And the Price Adjustment is a manual input.&nbsp;&nbsp; The standard price is&nbsp; computed dynamically – but I want to save it in case the formula changes as we can’t change a price already given (hence a field is required. Make sense?</li><li><strong>IsSharedAllowed</strong>.&nbsp; The concept I want to introduce here is that I want to offer people the ability to share a taxi. Typically the vehicles will take 7 people, so if you are a family of 4, you have 3 spare seats.&nbsp; I will only allow a share if the others are on the same flight/train (if inbound – as sometimes flights are late and don’t want any additional waiting) or within [10] mins for a flight/train departure.&nbsp;&nbsp; So if a client says yes to “isSharedAllowed” we will try to combine and split the costs.<ol><li>To do that we might need &nbsp;to link transfers together using the <strong>sharedTransfers</strong> &nbsp;field which will contain which transfers are being combined &nbsp;(typically 2 clients (ie 2 transfers) but could be more, eg&nbsp; &nbsp;4 passengers +2 passengers +1 passenger) And then we can assign all [3] transfers to the same vehicle/driver….</li></ol></li><li>For the train pickup service that is the same concept – we will have a bus (say 13 seats) that can take various combinations of passengers to fill it (could be 13 single travellers).&nbsp; That service will take people from LeChable train to their chalets in Verbier. &nbsp;&nbsp;&nbsp;Does that make sense?</li></ol><p>&nbsp;</p>"
  -hoursAllocated: null
  -immediatePriority: null
  -attachment: null
  -needsResearch: "No"
  -lastSaved: DateTime @1749214958 {#1021
    date: 2025-06-06 13:02:38.0 UTC (+00:00)
  }
}
same as passed value
project
Proxies\__CG__\App\Entity\ToDoList {#1237
  -id: 47
  -priority: 1.0
  -project: "AX Tools"
  -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
  -liveWebsite: "https://axtools.atts-systems.com/"
  -summary: null
  -monthlyRevenue: null
  -cDevDirectory: "axtools"
  -sqlDatabaseFileName: null
  -atsTemplateLastUpdated: DateTime @1748334076 {#1354
    date: 2025-05-27 08:21:16.0 UTC (+00:00)
  }
  -activeCodingProject: true
  -liveWebsiteWorking: true
  -expandCollapse: "Collapse"
  +__isInitialized__: true
   …2
}
same as passed value

Resolved Options

Option Value
access_projects
[]
action
""
allow_extra_fields
false
allow_file_upload
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
true
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\CsrfTokenManager {#1794
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1795 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1796 …}
  -namespace: Closure() {#1798 …}
}
data
App\Entity\ToDoListItems {#1023
  -id: 529
  -project: Proxies\__CG__\App\Entity\ToDoList {#1237
    -id: 47
    -priority: 1.0
    -project: "AX Tools"
    -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
    -liveWebsite: "https://axtools.atts-systems.com/"
    -summary: null
    -monthlyRevenue: null
    -cDevDirectory: "axtools"
    -sqlDatabaseFileName: null
    -atsTemplateLastUpdated: DateTime @1748334076 {#1354
      date: 2025-05-27 08:21:16.0 UTC (+00:00)
    }
    -activeCodingProject: true
    -liveWebsiteWorking: true
    -expandCollapse: "Collapse"
    +__isInitialized__: true
     …2
  }
  -status: "Complete"
  -priority: 99.0
  -task: "<p><strong>Transfers</strong></p><ul><li>Add 3 new fields – 1) “Price Adjustment” (float) and 2) “isSharedAllowed” (boolean) and “sharedTransfers” (relation linked to Transfer Entity – ManyToMany).</li></ul><ol><li>Price <strong>Adjustment</strong>: &nbsp;Each transfer will have a price, which will be composed of the “standard price” plus the possibility of a manual ‘adjustment’ (which most of the time is zero).&nbsp; The adjustment might be positive or negative and for example might be because the customer wants something special (eg snacks/drinks in the car, or a stopover en route) etc.&nbsp;&nbsp; The “standard price” will be calculated from the destination combination (eg VRB to GVA), the number of passengers and potentially the time of day, and we will designed an entity to capture that.&nbsp;&nbsp; And the Price Adjustment is a manual input.&nbsp;&nbsp; The standard price is&nbsp; computed dynamically – but I want to save it in case the formula changes as we can’t change a price already given (hence a field is required. Make sense?</li><li><strong>IsSharedAllowed</strong>.&nbsp; The concept I want to introduce here is that I want to offer people the ability to share a taxi. Typically the vehicles will take 7 people, so if you are a family of 4, you have 3 spare seats.&nbsp; I will only allow a share if the others are on the same flight/train (if inbound – as sometimes flights are late and don’t want any additional waiting) or within [10] mins for a flight/train departure.&nbsp;&nbsp; So if a client says yes to “isSharedAllowed” we will try to combine and split the costs.<ol><li>To do that we might need &nbsp;to link transfers together using the <strong>sharedTransfers</strong> &nbsp;field which will contain which transfers are being combined &nbsp;(typically 2 clients (ie 2 transfers) but could be more, eg&nbsp; &nbsp;4 passengers +2 passengers +1 passenger) And then we can assign all [3] transfers to the same vehicle/driver….</li></ol></li><li>For the train pickup service that is the same concept – we will have a bus (say 13 seats) that can take various combinations of passengers to fill it (could be 13 single travellers).&nbsp; That service will take people from LeChable train to their chalets in Verbier. &nbsp;&nbsp;&nbsp;Does that make sense?</li></ol><p>&nbsp;</p>"
  -hoursAllocated: null
  -immediatePriority: null
  -attachment: null
  -needsResearch: "No"
  -lastSaved: DateTime @1749214958 {#1021
    date: 2025-06-06 13:02:38.0 UTC (+00:00)
  }
}
data_class
"App\Entity\ToDoListItems"
disabled
false
empty_data
Closure(FormInterface $form) {#1841
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "App\Entity\ToDoListItems"
  }
}
error_bubbling
true
error_mapping
[]
extra_fields_message
"This form should not contain extra fields."
form_attr
false
getter
null
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
inherit_data
false
invalid_message
"This value is not valid."
invalid_message_parameters
[]
is_empty_callback
null
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
mapped
true
method
"POST"
post_max_size_message
"The uploaded file was too large. Please try to upload a smaller file."
priority
0
project
Proxies\__CG__\App\Entity\ToDoList {#1237
  -id: 47
  -priority: 1.0
  -project: "AX Tools"
  -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
  -liveWebsite: "https://axtools.atts-systems.com/"
  -summary: null
  -monthlyRevenue: null
  -cDevDirectory: "axtools"
  -sqlDatabaseFileName: null
  -atsTemplateLastUpdated: DateTime @1748334076 {#1354
    date: 2025-05-27 08:21:16.0 UTC (+00:00)
  }
  -activeCodingProject: true
  -liveWebsiteWorking: true
  -expandCollapse: "Collapse"
  +__isInitialized__: true
   …2
}
property_path
null
required
true
row_attr
[]
setter
null
translation_domain
null
trim
true
upload_max_size_message
Closure() {#1839
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#1598 …}
    $message: Closure() {#1840 …}
    $translationDomain: "validators"
  }
}
validation_groups
null

View Vars

Variable Value
action
""
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  "to_do_list_items"
  "_to_do_list_items"
]
cache_key
"_to_do_list_items_to_do_list_items"
compound
true
data
App\Entity\ToDoListItems {#1023
  -id: 529
  -project: Proxies\__CG__\App\Entity\ToDoList {#1237
    -id: 47
    -priority: 1.0
    -project: "AX Tools"
    -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
    -liveWebsite: "https://axtools.atts-systems.com/"
    -summary: null
    -monthlyRevenue: null
    -cDevDirectory: "axtools"
    -sqlDatabaseFileName: null
    -atsTemplateLastUpdated: DateTime @1748334076 {#1354
      date: 2025-05-27 08:21:16.0 UTC (+00:00)
    }
    -activeCodingProject: true
    -liveWebsiteWorking: true
    -expandCollapse: "Collapse"
    +__isInitialized__: true
     …2
  }
  -status: "Complete"
  -priority: 99.0
  -task: "<p><strong>Transfers</strong></p><ul><li>Add 3 new fields – 1) “Price Adjustment” (float) and 2) “isSharedAllowed” (boolean) and “sharedTransfers” (relation linked to Transfer Entity – ManyToMany).</li></ul><ol><li>Price <strong>Adjustment</strong>: &nbsp;Each transfer will have a price, which will be composed of the “standard price” plus the possibility of a manual ‘adjustment’ (which most of the time is zero).&nbsp; The adjustment might be positive or negative and for example might be because the customer wants something special (eg snacks/drinks in the car, or a stopover en route) etc.&nbsp;&nbsp; The “standard price” will be calculated from the destination combination (eg VRB to GVA), the number of passengers and potentially the time of day, and we will designed an entity to capture that.&nbsp;&nbsp; And the Price Adjustment is a manual input.&nbsp;&nbsp; The standard price is&nbsp; computed dynamically – but I want to save it in case the formula changes as we can’t change a price already given (hence a field is required. Make sense?</li><li><strong>IsSharedAllowed</strong>.&nbsp; The concept I want to introduce here is that I want to offer people the ability to share a taxi. Typically the vehicles will take 7 people, so if you are a family of 4, you have 3 spare seats.&nbsp; I will only allow a share if the others are on the same flight/train (if inbound – as sometimes flights are late and don’t want any additional waiting) or within [10] mins for a flight/train departure.&nbsp;&nbsp; So if a client says yes to “isSharedAllowed” we will try to combine and split the costs.<ol><li>To do that we might need &nbsp;to link transfers together using the <strong>sharedTransfers</strong> &nbsp;field which will contain which transfers are being combined &nbsp;(typically 2 clients (ie 2 transfers) but could be more, eg&nbsp; &nbsp;4 passengers +2 passengers +1 passenger) And then we can assign all [3] transfers to the same vehicle/driver….</li></ol></li><li>For the train pickup service that is the same concept – we will have a bus (say 13 seats) that can take various combinations of passengers to fill it (could be 13 single travellers).&nbsp; That service will take people from LeChable train to their chalets in Verbier. &nbsp;&nbsp;&nbsp;Does that make sense?</li></ol><p>&nbsp;</p>"
  -hoursAllocated: null
  -immediatePriority: null
  -attachment: null
  -needsResearch: "No"
  -lastSaved: DateTime @1749214958 {#1021
    date: 2025-06-06 13:02:38.0 UTC (+00:00)
  }
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#1893
  -form: Symfony\Component\Form\Form {#2016 …}
  -errors: []
}
form
Symfony\Component\Form\FormView {#1838 …5}
full_name
"to_do_list_items"
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
"to_do_list_items"
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"POST"
multipart
true
name
"to_do_list_items"
priority
0
required
true
row_attr
[]
submitted
false
translation_domain
null
unique_block_prefix
"_to_do_list_items"
valid
true
value
App\Entity\ToDoListItems {#1023
  -id: 529
  -project: Proxies\__CG__\App\Entity\ToDoList {#1237
    -id: 47
    -priority: 1.0
    -project: "AX Tools"
    -accessTo: Doctrine\ORM\PersistentCollection {#1355 …}
    -liveWebsite: "https://axtools.atts-systems.com/"
    -summary: null
    -monthlyRevenue: null
    -cDevDirectory: "axtools"
    -sqlDatabaseFileName: null
    -atsTemplateLastUpdated: DateTime @1748334076 {#1354
      date: 2025-05-27 08:21:16.0 UTC (+00:00)
    }
    -activeCodingProject: true
    -liveWebsiteWorking: true
    -expandCollapse: "Collapse"
    +__isInitialized__: true
     …2
  }
  -status: "Complete"
  -priority: 99.0
  -task: "<p><strong>Transfers</strong></p><ul><li>Add 3 new fields – 1) “Price Adjustment” (float) and 2) “isSharedAllowed” (boolean) and “sharedTransfers” (relation linked to Transfer Entity – ManyToMany).</li></ul><ol><li>Price <strong>Adjustment</strong>: &nbsp;Each transfer will have a price, which will be composed of the “standard price” plus the possibility of a manual ‘adjustment’ (which most of the time is zero).&nbsp; The adjustment might be positive or negative and for example might be because the customer wants something special (eg snacks/drinks in the car, or a stopover en route) etc.&nbsp;&nbsp; The “standard price” will be calculated from the destination combination (eg VRB to GVA), the number of passengers and potentially the time of day, and we will designed an entity to capture that.&nbsp;&nbsp; And the Price Adjustment is a manual input.&nbsp;&nbsp; The standard price is&nbsp; computed dynamically – but I want to save it in case the formula changes as we can’t change a price already given (hence a field is required. Make sense?</li><li><strong>IsSharedAllowed</strong>.&nbsp; The concept I want to introduce here is that I want to offer people the ability to share a taxi. Typically the vehicles will take 7 people, so if you are a family of 4, you have 3 spare seats.&nbsp; I will only allow a share if the others are on the same flight/train (if inbound – as sometimes flights are late and don’t want any additional waiting) or within [10] mins for a flight/train departure.&nbsp;&nbsp; So if a client says yes to “isSharedAllowed” we will try to combine and split the costs.<ol><li>To do that we might need &nbsp;to link transfers together using the <strong>sharedTransfers</strong> &nbsp;field which will contain which transfers are being combined &nbsp;(typically 2 clients (ie 2 transfers) but could be more, eg&nbsp; &nbsp;4 passengers +2 passengers +1 passenger) And then we can assign all [3] transfers to the same vehicle/driver….</li></ol></li><li>For the train pickup service that is the same concept – we will have a bus (say 13 seats) that can take various combinations of passengers to fill it (could be 13 single travellers).&nbsp; That service will take people from LeChable train to their chalets in Verbier. &nbsp;&nbsp;&nbsp;Does that make sense?</li></ol><p>&nbsp;</p>"
  -hoursAllocated: null
  -immediatePriority: null
  -attachment: null
  -needsResearch: "No"
  -lastSaved: DateTime @1749214958 {#1021
    date: 2025-06-06 13:02:38.0 UTC (+00:00)
  }
}