Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Greensboro specific items with variables created in issue #123 #124

Open
1 of 3 tasks
SchaeStewart opened this issue Jan 30, 2019 · 2 comments
Open
1 of 3 tasks

Comments

@SchaeStewart
Copy link
Collaborator

This is a:

  • bug
  • enhancement
  • feature-discussion

Enhancement

Description

Replace all Greensboro/Guilford county specific items with the variables in created in issue #123

Implementation

Anytime there is a reference to Greensboro or Guilford county replace it with the variables in the config.js file.
Anytime there is a reference to anything Greensboro specific replace it with a variable.

If necessary create new variables in the config.js file. Please use UPPER_SNAKE_CASE for all variable names.

This will be an ongoing issue and we don't expect one person to do all of this.

@sanders41
Copy link

I was looking into this and the config.js file is in a src directory at the root of the project rather than client/src. With that when I try import { CITY } from '/src/config'; I get an error: Module not found: You attempted to import /src/config which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.

I typically use Vue so there may be something obvious with React that I am missing?

@zenlex
Copy link
Collaborator

zenlex commented Aug 26, 2020

Not sure if this is still an issue - needs triage

@Tr3yb0 Tr3yb0 added this to the 1st Round of Enhancements milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants