Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 75958f5

Browse files
Result Control Delete
Deleted original 'result-control.js' file.
1 parent 8c87c40 commit 75958f5

File tree

3 files changed

+4
-42
lines changed

3 files changed

+4
-42
lines changed

changelog.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
11
# Changelog
22

3-
**./src/output/result-control.js**
4-
* Split into different files, containing the respective functions:
5-
* res-ctrl-txt-graph.js
6-
* callTextGraphOutputTasks - Renamed to 'callOutputTasks'
7-
* handleTextFileClean
8-
* res-ctrl-img-graph.js
9-
* callImageGraphOutputTasks - Renamed to 'callOutputTasks'
10-
* handleImageFileClean
11-
* res-ctrl-txt-conv.js
12-
* callGridToAbsoluteOutputTask
13-
* callAbsoluteGridToRelativeOutputTasks - Renamed to '...OutputTask'
14-
* handleTextConversionFileClean
15-
* res-ctrl-img-conv.js
16-
* callImageToAbsoluteOutputTasks
17-
* callImageToGridOutputTasks
18-
* callImageToRelativeOutputTasks
19-
* handleImageConversionFileClean
20-
* res-ctrl-img-config.js
21-
* callCreateImageConfigOutputTasks - Renamed to 'callOutputTask'
22-
* handleCreateImageConfigFileClean
23-
* This file is now empty except for requirements.
24-
25-
---
26-
27-
**./src/%command%.js**
28-
* Removed './output/result-control' requirement and replaced with the respective split output file.
29-
* For example, in 'absolute-to-relative-main.js', the requirement is replaced with: './output/res-ctrl-txt-conv'
30-
* The requirement variable itself is only renamed where there is ambiguity.
3+
* Deleted './src/output/result-control.js'
4+
* It has been split into different files.

src/output/result-control.js

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

summary.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
**Date:** 2021-03-31
66

7-
**Title:** Result Control Split
7+
**Title:** Result Control Delete
88

99
**Description:**
1010

11-
Split output result control code into different files for
12-
easier readability.
11+
Deleted original 'result-control.js' file.

0 commit comments

Comments
 (0)