src/Modules/Queue/src/QueueManager.php 1

Type Line Description
NOTE 168 right now this is only used from the test to clean up

src/Modules/Queue/src/QueueListener.php 4

Type Line Description
TODO 71 log it.
TODO 74 relate $response to $successful
TODO 75 this logic should be elsewhere
TODO 83 Check if recoverable

src/Modules/Queue/src/Factories/QueueManagerFactory.php 1

Type Line Description
TODO 26 this is not the right way to do this.

src/Modules/Interventions/src/Entities/Intervention.php 3

Type Line Description
TODO 27 rti_intervention_documents
TODO 28 rti_documents
TODO 29 rti_intervention_sharing

src/Modules/Logger/src/AbstractLogger.php 2

Type Line Description
TODO 45 should this be somewhere else?
TODO 252 : should we error_log here??

src/Modules/Client/src/Handlers/UploadedFileHandler.php 1

Type Line Description
TODO 155 log file downloading fail

src/Modules/Client/src/Handlers/PivotStudentHandler.php 1

Type Line Description
NOTE 47 this cant be set null with the picture trait. We may need to modify that whole trait and anything that uses it.

src/Modules/Client/src/Managers/UsersManager.php 3

Type Line Description
TODO 268 trigger user update event
TODO 291 trigger user update event
TODO 326 trigger user delete event

src/Modules/Core/src/Middleware/Queue/CalculateDatabase.php 1

Type Line Description
NOTE 85 this should be comming from an auth user ID

src/Modules/Core/src/Middleware/Http/Cache.php 1

Type Line Description
TODO 46 this should probibly be moved to a full resource so we can controll all this better

src/Modules/Core/src/Middleware/Http/RegisterEvents.php 1

Type Line Description
NOTE 32 we could pass only the events that the are regestered

src/Modules/Core/src/Middleware/Http/LoadIdentity.php 5

Type Line Description
TODO 68 something special about these?
TODO 72 something special about these?
TODO 77 should we be loading defaults here?
TODO 87 cahnge this to a disabled not a status flag!
TODO 153 does this need to do anything?

src/Modules/Core/src/Middleware/Http/CalculateDatabase.php 1

Type Line Description
TODO 58 correct this with the fix of configure

src/Modules/Core/src/Middleware/Http/RouteAuthorization.php 1

Type Line Description
TODO 42 function based auth

src/Modules/Core/src/Middleware/Http/LoadClientConfig.php 1

Type Line Description
TODO 75 should this load defaults at this time? What are these requests looking like?

src/Modules/Core/src/Middleware/LoadConfigFromSession.php 1

Type Line Description
TODO 48 this would be better in a "on shutdown" event

src/Modules/Core/src/ReqRes/OutputGenerator.php 1

Type Line Description
TODO 155 log there was a problem

src/Modules/Core/src/Services/S3Uploader.php 1

Type Line Description
TODO 237 We should be able to use a client->reportTaskProgress to know the status of this.

src/Modules/Core/src/Traits/HandlesApiProblemTrait.php 1

Type Line Description
TODO 44 throw new ApiProblemException( $object );

src/Modules/Core/src/Traits/HandlesBearerTokenTrait.php 1

Type Line Description
NOTE 9 http://hdknr.github.io/docs/identity/bearer.html

src/Modules/Core/src/Interfaces/CanDisable.php 1

Type Line Description
TODO 15 make this a modified trait, create the CanDisable trait as the default implementation with a mapped property

src/Modules/Core/src/Configuration/Configure.php 2

Type Line Description
NOTE 31 this will allow us to generate a compiled config for prod.
TODO 83 search vendor/pivot dir for other pivot module configs

src/Modules/Core/src/Models/SchoolYear.php 1

Type Line Description
TODO 52 : figure out if this is being used and deprecate

src/Modules/Core/src/Events/DoctrineTimelineEventSubscriber.php 2

Type Line Description
NOTE 67 this does not exit
TODO 84 find out why this gets mad sometimes.

src/Modules/Common/src/Handlers/SubscriptionHandler.php 1

Type Line Description
TODO 60 this needs to do the "check for new" stuff

src/Modules/Common/src/Repositories/SystemMessageRepository.php 2

Type Line Description
TODO 80 get messages by subscription and level
TODO 81 get messages by no-subscriotion and level

src/Modules/Common/src/Repositories/SubscriptionRepository.php 1

Type Line Description
TODO 100 Modify

src/Modules/Common/src/Assemblers/LoginConfigurationAssembler.php 1

Type Line Description
TODO 27 custom logic here!!!!

src/Modules/Admin/src/Resources/Http/SystemMessageResource.php 1

Type Line Description
NOTE 46 i dont like how this resource now has logic, nore that this needs

src/Modules/Admin/src/Managers/SiteCreationManager.php 1

Type Line Description
TODO 210 : this needs to be updated to use the queue manager correctly

src/Modules/Authentication/src/Resources/Http/AuthenticationResource.php 1

Type Line Description
NOTE 25 this is not a "is valid" call, this performs all login functionality.

src/Modules/Authentication/src/Resources/Command/LdapAuthenticationCommand.php 2

Type Line Description
NOTE 56 this is here because we need to setup the client first
NOTE 57 I think this can be done in middleware, but no time at the moment

src/Modules/Authentication/src/Managers/LegacyLdapManager.php 2

Type Line Description
NOTE 48 this has a location id if submitted
TODO 331 this is having non utf8 cahrs and breaking logging

src/Modules/Authentication/src/Adaptors/BearerAdaptor.php 1

Type Line Description
NOTE 18 we do not need to check session time out because in production

src/Modules/Authentication/src/Factories/AuthenticationManagerFactory.php 1

Type Line Description
NOTE 39 this should really be looking at a authentication sources default

src/Modules/ResourceGeneration/src/Commands/GenerateAllCommand.php 1

Type Line Description
TODO 147 this should add the config for the resource and handler / factory

src/Modules/Database/src/Managers/SchemaManager.php 3

Type Line Description
TODO 64 get versions from database for each (enabled?) module
TODO 67 complile each changelog that is greater than the db saved version and sort
TODO 180 is em closed?

src/Modules/Database/src/Commands/DatabaseGenerateProxiesCommand.php 1

Type Line Description
NOTE 39 this is here only because the EM needs booted with a valid DB

src/Modules/Database/src/Commands/DatabaseFreshCommand.php 1

Type Line Description
NOTE 95 this is core calling out to another module,

src/Modules/Database/src/DatabaseManager.php 2

Type Line Description
TODO 72 check that the current database matches dbname if not null
TODO 98 check that the current database matches dbname if not null

src/Modules/Database/src/SchemaAdaptors/PivotSchemaAdaptor.php 1

Type Line Description
TODO 17 make a better schema adaptor

src/Modules/Database/src/SchemaAdaptors/LiquibaseSchemaAdaptor.php 1

Type Line Description
TODO 40 set database here.