mapcomplete/Logic/Actors
2021-09-28 17:30:48 +02:00
..
AvailableBaseLayers.ts Refactoring of AvailableBaseLayer 2021-07-14 16:13:23 +02:00
BackgroundLayerResetter.ts More refactoring, move minimap behind facade 2021-09-21 02:10:42 +02:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts More cleanup, first somewhat working version of #171 2021-09-22 16:07:56 +02:00
ImageSearcher.ts Add support for mapillary api v4, fixes #364 2021-09-15 01:33:52 +02:00
InstalledThemes.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
OverpassFeatureSource.ts More refactoring of the featurepipeline, introduction of fetching data from the OSM-API directly per tile, personal theme refactoring 2021-09-28 17:30:48 +02:00
PendingChangesUploader.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedFeatureHandler.ts More work on splitting roads, WIP; refactoring tests 2021-09-22 05:02:09 +02:00
StrayClickHandler.ts Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
TitleHandler.ts More cleanup, first somewhat working version of #171 2021-09-22 16:07:56 +02:00

Actors

An actor is a module which converts one UIEventSource into another while performing logic.

Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.

An actor should never have a dependency on 'State' and should never import it