Skip to content

Commit

Permalink
adding 'noopener noreferrer' to external links - updating readme with…
Browse files Browse the repository at this point in the history
… CSV file requirements
  • Loading branch information
readeral committed Jul 25, 2017
1 parent da5f8ec commit d71f302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Both development and production builds utilise <https://cors-anywhere.herokuapp.
## Goals:
My aim has been to create something that would enable warehouse staff to drag and drop a CSV when the stock arrives (typically a 'restock alert report' file), and assuming everything ordered is delivered, to submit for immediate updates of all stock in the file.

## File Upload Requirements
- The application accepts only CSV files, with at least two columns, one 'SKU' column, and another column with stock values (it can be labelled however you like, just update the parameters in app to look for your column header)
- Presently the CSV file requires the stock column to be the first column
- The CSV can include more than these two columns, and will be safely ignored by the App.

## Limitations to be observed:
Currently there are a few limitations that need to be observed for use:
- The stock qty column must be the leftmost field of the CSV
Expand Down
1 change: 1 addition & 0 deletions src/Components/MetaControls/MetaControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MetaControls extends Component {
<a
id="instructions-button"
href="https://github.com/readeral/netoupdater#goals"
rel="noopener noreferrer"
target="_blank"
className={
this.props.active === true
Expand Down

0 comments on commit d71f302

Please sign in to comment.