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

Working #12

Merged
merged 42 commits into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c1f5b90
Added info on #1
Apr 26, 2022
6bd4ecc
Issue #5 work
Apr 28, 2022
ac840ab
Merged in master
Apr 28, 2022
e605bd4
Turns out I own the domain
Apr 30, 2022
7625031
Resolves #8
May 4, 2022
236d9a0
Merge branch 'master' into working
May 4, 2022
26be895
Fixes #10. Added tests. Bumped up the versions of everything for some…
May 17, 2022
eb4dff9
Missing eslint?
May 17, 2022
e1c71c3
Bump version. Add more actions
May 17, 2022
9824624
Build only on pr. Build just the latest
May 17, 2022
07b1045
Wait for the input before firing a new location
May 17, 2022
05c037b
More tests
May 17, 2022
1754934
Release code testing
May 19, 2022
bc27d84
Release code testing
May 19, 2022
93ee7ea
Release code testing
May 19, 2022
edc70d9
Release code testing
May 19, 2022
e838fc9
Release code testing to much indent?
May 19, 2022
be269ff
Release relative path
May 19, 2022
9253ed5
Release relative path
May 19, 2022
24de379
Im an expert at these sorts of things
May 19, 2022
992ef91
just not a very good expert
May 19, 2022
fb5f70e
or I am just a really good random number generator
May 19, 2022
2acd6f5
Why is it failing just in github
May 19, 2022
7e587be
To annoying to pass in the whole working directory between jobs
May 19, 2022
b9c2e2d
Fix the test
May 19, 2022
5ca5bd5
Fix the test
May 19, 2022
fb43a0d
Getting closer
FoxUSA May 19, 2022
14670ce
I tire of the search tests random failures only on actions
FoxUSA May 19, 2022
d57351a
Back to two files
FoxUSA May 19, 2022
761f9bb
Back to two files
FoxUSA May 19, 2022
c1000c7
Back to two files
FoxUSA May 19, 2022
88be298
Correct variable syntax
FoxUSA May 19, 2022
9503919
release files artifact
FoxUSA May 19, 2022
c193f3e
helps if you save
FoxUSA May 19, 2022
849c3c7
Testing things
FoxUSA May 19, 2022
701cbd5
Testing things
FoxUSA May 19, 2022
807dd30
Testing things
FoxUSA May 19, 2022
667e432
Testing things
FoxUSA May 19, 2022
fbe0f9c
Testing things
FoxUSA May 19, 2022
180d21f
Testing things
FoxUSA May 19, 2022
5160e37
Auto create release
FoxUSA May 19, 2022
2fbf657
Hopefully this works
FoxUSA May 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Turns out I own the domain
  • Loading branch information
Jake committed Apr 30, 2022
commit e605bd4023ac53449e063cdb5e29a4f170e0b2c8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Due to the way StoreDown was built it can also be a forms application fronting C
I personally use StoreDown every day to keep track of 1,359 items <sup> at time of writing</sup>. Those items range from: a 90 pack of dental floss picks, a Jig saw, a refrigerator, to red 15W USB A to USB C cable(of which I have 6). If having this capability appeals to you, come along and enjoy the fun!


## [Demo/Application](https://foxusa.github.io/StoreDown/dist/)
## [Demo/Application](https://storedown.org/dist/)
Click `RUN IN LOCAL MODE` in the bottom left to quickly demo/test.
[Here is some test data you can import](https://gist.github.com/FoxUSA/80bc1b72b896a5d1db550ea7aaf4a167)

Expand Down
2 changes: 1 addition & 1 deletion docs/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Go and pick it up.
- I use the [Scanner Keyboard](https://play.google.com/store/apps/details?id=com.tecit.android.barcodekbd.demo&hl=en_US&gl=US) on Android to scan barcodes.
- On the desktop side, they sell [bluetooth scanners](https://smile.amazon.com/gp/product/B08GWSL4Y5) that act as keyboards and will try in a barcode.
- I have experimented with [NFC readers](https://smile.amazon.com/gp/product/B019JM9R12) and [tags](https://smile.amazon.com/gp/product/B08F1Y8X3F).
The problem is everything already has a barcode or its cheaper to [print an asset tag](https://smile.amazon.com/gp/product/B0146SDE0Y) or use a labeler.
The problem is everything already has a barcode, its cheaper to [print an asset tag](https://smile.amazon.com/gp/product/B0146SDE0Y), or use a labeler.
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</v-form>
</v-card-text>
<v-card-actions>
<v-btn depressed small @click.stop="skip" color="">Run in local mode</v-btn>
<v-btn depressed small @click.stop="skip" color="">Run in local/demo mode</v-btn>
<v-spacer></v-spacer>
<v-btn depressed @click.stop="login" color="primary">Login</v-btn>
</v-card-actions>
Expand Down