Skip to content

Commit 05ac83d

Browse files
committed
front: remove custom GET
1 parent 2626967 commit 05ac83d

Some content is hidden

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

44 files changed

+21
-2266
lines changed

front/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ organized in folders.
111111
**The components propose the main JS/TS file and eventually another folder with same name containing
112112
some minors subcomponents linked to.**
113113

114-
- [customget/](#isolated-space-time-chart-for-research-needs-customget)
115114
- components/
116115
- views/
117116
- [editor/](#infrastructure-editor-editor)
@@ -200,11 +199,6 @@ This is an implementation reference for all map concerns. It aims to display all
200199
a ready-to-use map component reference. When adding a new common layer inside an application map
201200
component, please add it first to this application.
202201

203-
### Isolated space-time chart for research needs `customGET/`
204-
205-
_EXPERIMENTATION_ This application, which is not intended to remain as is, is a space-time graph fed
206-
by external data, to be used for thesis work on optimization.
207-
208202
## Common components `/src/common`
209203

210204
All common code (and shared components) supposed to be in `common/`.

front/public/locales/de/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Visualisierung JSON GET",
32
"editor": "Infrastrukturverlag",
43
"map": "Kartografie",
54
"operationalStudies": "Eisenbahnbetriebsstudien",

front/public/locales/en/customget.json

-8
This file was deleted.

front/public/locales/en/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "JSON Space-Time diagram viewer",
32
"editor": "Infrastructure editor",
43
"map": "Map viewer",
54
"operationalStudies": "Operational studies",

front/public/locales/en/translation.json

+5
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,10 @@
359359
"show-more-ranges_other": "See {{count}} additional track sections"
360360
}
361361
}
362+
},
363+
"jsonUpload": {
364+
"badJSON": "The JSON file is malformed",
365+
"emptyFile": "The file is empty",
366+
"notJSONFormat": "The file is not in JSON format "
362367
}
363368
}

front/public/locales/es/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Visualización JSON GET",
32
"editor": "Editor de infraestructuras",
43
"map": "Cartografía",
54
"operationalStudies": "Estudios operativos",

front/public/locales/fr/customget.json

-8
This file was deleted.

front/public/locales/fr/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Visualisation JSON GET",
32
"editor": "Éditeur d'infrastructure",
43
"map": "Cartographie",
54
"operationalStudies": "Études d'exploitation",

front/public/locales/fr/translation.json

+6
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,11 @@
359359
"show-more-ranges_other": "Voir {{count}} sections de lignes de plus"
360360
}
361361
}
362+
},
363+
"jsonUpload": {
364+
"badJSON": "Le fichier JSON est malformé",
365+
"emptyFile": "Le fichier est vide",
366+
"notJSONFormat": "Le fichier n'est pas au format JSON"
362367
}
368+
363369
}

front/public/locales/it/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Visualizzazione JSON GET",
32
"editor": "Editor di infrastrutture",
43
"map": "Mappatura",
54
"operationalStudies": "Studi operativi",

front/public/locales/jp/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "ビジュアライゼーション JSON GET",
32
"editor": "インフラストラクチャー編集部",
43
"map": "マッピング",
54
"operationalStudies": "オペレーションスタディ",

front/public/locales/ru/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Визуализация JSON GET",
32
"editor": "Редактор инфраструктуры",
43
"map": "Составление карт",
54
"operationalStudies": "Эксплуатационные исследования",

front/public/locales/uk/home/home.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"customget": "Візуалізація JSON GET",
32
"editor": "Редактор інфраструктури",
43
"map": "Картографування",
54
"operationalStudies": "Експлуатаційні дослідження",

front/src/applications/customget/Home.jsx

-66
This file was deleted.

front/src/applications/customget/Home.scss

-7
This file was deleted.

front/src/applications/customget/components/ChartHelpers.jsx

-208
This file was deleted.

0 commit comments

Comments
 (0)