Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Deprecated Work 0 @deprecated
Todo Work 25 todo, @todo

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 25

org.tailormap.api.configuration.dev.PopulateTestData Line
MapServer WMS "https://wms.geonorge.no/skwms1/wms.adm_enheter_historisk" 557
org.tailormap.api.controller.AppRestControllerAdvice Line
skip this check for users with admin role 116
--No comment-- 149
org.tailormap.api.controller.FeaturesController Line
evaluate; do we want geometry in this response or not? if we do the geometry attribute must not be removed from propNames 192
org.tailormap.api.controller.GeoServiceProxyController Line
close JPA connection before proxying 238
org.tailormap.api.controller.LayerDescriptionController Line
deduce from tmft.getDefaultGeometryAttribute() 83
*/) 84
org.tailormap.api.controller.LayerExportController Line
close JPA connection before proxying 236
record response size and time with micrometer 257
org.tailormap.api.controller.admin.TaskAdminController Line
/ XXX we could add a human-readable description of the cron expression using eg. com.cronutils:cron-utils like: CronParser cronParser = new CronParser(CronDefinitionBuilder.instanceDefinitionFor(QUARTZ)); CronDescriptor.instance(locale).describe(cronParser.parse(cronExpression)); this could also be done front-end using eg. https://www.npmjs.com/package/cronstrue which has the advantage of knowing the required locale for the human .put("cronDescription", cron.getCronExpression()) 250
org.tailormap.api.geotools.featuresources.FeatureSourceHelper Line
set writeable meaningfully 125
org.tailormap.api.persistence.helper.ApplicationHelper Line
filter layers by projection parameter (layer.crs must inherit crs from parent layers) 115
org.tailormap.api.persistence.helper.GeoServiceHelper Line
micrometer met tags voor URL/id van service 129
Jackson annotations op GeoTools classes of iets anders slims? 344
set capabilities if we need something from it 391
report back progress 399
add authentication 429
report back progress 457
org.tailormap.api.persistence.helper.TMFeatureTypeHelper Line
in the future, check for authorizations on editing. Currently you only need to be logged in (the viewer frontend already checks this before showing editable layers so we don't need to check for an authenticated user here). 37
org.tailormap.api.repository.events.SearchIndexEventHandler Line
we don't handle the case where the schedule is null here; we would need to determine if a task exists that was associated with the search index before; this case can already be handled requesting a delete of the scheduled task instead 86
org.tailormap.api.security.OIDCRepository Line
fetch from OIDC metadata 118
fetch from OIDC metadata 163
org.tailormap.api.solr.SolrHelper Line
make maxFeatures configurable? q.setMaxFeatures(Integer.MAX_VALUE); 299
this does not currently batch/page the feature source query, this doesn't seem to be an issue for now but could be if the feature source is very, very large or slow 305
We could escape special/syntax characters, but that also prevents using keys like ~ and * solrQuery = ClientUtils.escapeQueryChars(solrQuery); 477