Skip to content

Commit b9ea10a

Browse files
committed
Merge branch 'main' into virtualMetricsFilters
2 parents 3a5cc0c + 276e3bf commit b9ea10a

File tree

1,697 files changed

+115205
-111701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,697 files changed

+115205
-111701
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.git
21
.github
32
/build
3+
/dist
44
/coverage
55
/node_modules

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*.{js,jsx}]
4+
end_of_line = lf
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
indent_style = space
9+
indent_size = 2
10+
max_line_length = 100

.env

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
SASS_PATH=node_modules:src
2-
3-
# Version Info
4-
REACT_APP_VERSION_SEMVER=$npm_package_version
5-
61
# App Info (front-end)
72
REACT_APP_BASE_PATH=''
83
REACT_APP_URL='http://127.0.0.1:3000'
94
REACT_APP_TITLE='MapRoulette'
105

6+
# Set to 'production', 'staging', or 'local'
7+
REACT_APP_ENVIRONMENT='production'
8+
119
# Features flags. Set each to 'enabled' or 'disabled'.
12-
REACT_APP_FEATURE_SOCIAL_SHARING='enabled'
13-
REACT_APP_FEATURE_LEADERBOARD='enabled'
14-
REACT_APP_FEATURE_CHALLENGE_ANALYSIS_TABLE='disabled'
1510
REACT_APP_FEATURE_MOBILE_DEVICES='disabled'
1611
REACT_APP_FEATURE_EDITOR_IMAGERY='disabled' # Send active imagery layer to editors
1712
REACT_APP_FEATURE_META_QC='disabled'
@@ -76,7 +71,7 @@ REACT_APP_GEOGRAPHIC_INDEXING_DELAY=2
7671
# iD editor base URL
7772
REACT_APP_ID_EDITOR_SERVER_URL='https://www.openstreetmap.org/edit'
7873

79-
# RapiD editor base URL
74+
# Rapid editor base URL
8075
REACT_APP_RAPID_EDITOR_SERVER_URL='https://rapideditor.org/edit'
8176

8277
# Level0 editor base URL
@@ -113,7 +108,7 @@ REACT_APP_MAPILLARY_CLIENT_TOKEN=''
113108

114109
# The number of minutes to offset the attic query date to allow for the delay in
115110
# Overpass receiving the data.
116-
REACT_APP_ATTIC_QUERY_OFFSET_MINUTES = 10
111+
REACT_APP_ATTIC_QUERY_OFFSET_MINUTES=10
117112

118113
# Matomo/PIWIK analytics configuration
119114
# > Note that you'll need to override your Matomo/PIWIK url and site id in your
@@ -200,3 +195,7 @@ REACT_APP_DISABLE_COUNTRY_LEADERBOARD_CONFIG=''
200195

201196
# For setting the minimum character count for challenge instructions
202197
REACT_APP_CHALLENGE_INSTRUCTIONS_MIN_LENGTH=150
198+
199+
REACT_APP_BING_API_KEY=''
200+
201+
REACT_APP_PROJECT_CHALLENGE_LIMIT=100

.env.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REACT_APP_CHANGESET_URL='enabled'
2+
REACT_APP_SHORT_URL='https://mpr.lt'
3+
REACT_APP_SHORT_PATH='enabled'

.eslintrc.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.git-blame-ignore-revs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file lists commits which contain large but uninteresting changes (like
2+
# applying code auto-formatting), so that you can ignore them in `git blame`
3+
# output.
4+
#
5+
# To do this, run `git blame --ignore-revs-file .git-blame-ignore-revs`,
6+
# or `git config blame.ignoreRevsFile .git-blame-ignore-revs` to configure
7+
# git to do this by default.
8+
9+
# Format entire codebase with Biome
10+
40ec714bd10a541ebc33e47e7dfb85ade4fe890c

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug report
2+
description: If you've found a bug in MapRoulette, please let us know!
3+
labels: [bug]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**Please read this first**
9+
* If you're having issues with creating your own Challenges, please check the [documentation](https://learn.maproulette.org/documentation/) first
10+
* For reporting concerns about other people's Challenges, see the docs on [reporting a challenge](https://learn.maproulette.org/en-US/documentation/reporting-a-challenge/)
11+
* For problems with the MapRoulette API, please use the [maproulette-backend](https://github.com/maproulette/maproulette-backend/issues) repository
12+
13+
- type: textarea
14+
id: describe-bug
15+
attributes:
16+
label: What happened?
17+
description: A clear, concise description of the bug you encountered
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: steps-to-reproduce
23+
attributes:
24+
label: Steps to reproduce
25+
description: Describe in detail how to trigger the bug (e.g., "1. Go to X, 2. Click Y, 3. See Z")
26+
validations:
27+
required: true
28+
29+
- type: input
30+
id: environment
31+
attributes:
32+
label: Environment
33+
description: Your browser (including version) and operating system (e.g. "Chrome 137 on macOS")
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: additional-context
39+
attributes:
40+
label: Additional information
41+
description: Screenshots, console logs, or any other details that might help us understand the issue (optional)

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)