Skip to content

Commit

Permalink
Cleanup of Issue #923 A/B test code
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Oct 27, 2021
1 parent 0d2be26 commit b2f1884
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React, { useMemo } from "react";
import { renderToString } from "react-dom/server";
// Nest two imports are sOnly for support of testing selected organization map
// marker styles - remove after test of issue #923 is complete.
import MapMarker from "images/mapMarkerTest";
import MapMarker2 from "images/mapMarkerTest2";
import {
Expand All @@ -8,6 +10,8 @@ import {
DEFAULT_CATEGORIES,
} from "constants/stakeholder";

// Only for support of testing selected organization map
// marker styles - remove after test of issue #923 is complete.
import { tenantId } from "helpers/Configuration";

export const MARKERS_LAYER_ID = "markers";
Expand Down
8 changes: 8 additions & 0 deletions client/src/images/mapMarkerTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import React from "react";
import { foodPantry, mealProgram, closed } from "theme/colors";

/*
This is a temporary test file for Issue #923 testing. It should be
removed once we make a decision about the selected orgaiation map pin style,
and the contents of this file should replace mapMarker.js, if this is the
preferred style.
*/

const MapMarker = ({
category,
inactive,
Expand Down
8 changes: 8 additions & 0 deletions client/src/images/mapMarkerTest2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import React from "react";
import { foodPantry, mealProgram, closed } from "theme/colors";

/*
This is a temporary test file for Issue #923 testing. It should be
removed once we make a decision about the selected orgaiation map pin style,
and the contents of this file should replace mapMarker.js, if this is the
preferred style.
*/

const MapMarker = ({
category,
inactive,
Expand Down
30 changes: 0 additions & 30 deletions client/src/images/pantry_1.svg

This file was deleted.

0 comments on commit b2f1884

Please sign in to comment.