KevinMidboe
f91466f1bf
Add pulse class after mount timeout 2sec.
2021-04-30 18:38:06 +02:00
KevinMidboe
7092fb1959
Don't display wine year if value is 0000.
2021-04-30 17:51:34 +02:00
KevinMidboe
210f9ddbc9
Buttons on admin addwines page should be small.
2021-04-30 17:50:55 +02:00
KevinMidboe
c96b52c935
Changed vinlottis to history mode.
2021-04-30 17:48:21 +02:00
KevinMidboe
8c964a4815
Replaced node-sass w/ sass.
2021-04-30 17:47:43 +02:00
KevinMidboe
127fc6741f
Merge pull request #86 from KevinMidboe/feat/vinmonopolet-elastic-cache
...
Feat/vinmonopolet elastic cache
2021-04-30 09:56:58 +02:00
KevinMidboe
66253f7bfe
Merge pull request #80 from KevinMidboe/feat/nodemon-for-dev
...
feat: Add nodemon for automatic restarting of server in development
2021-04-29 17:50:32 +02:00
KevinMidboe
1d2a443915
Merge branch 'master' into feat/nodemon-for-dev
2021-04-29 17:48:37 +02:00
KevinMidboe
ab15e24574
Updated yarn lock.
2021-04-29 17:45:00 +02:00
KevinMidboe
908b61f5bb
Update package.json
2021-04-29 17:41:16 +02:00
KevinMidboe
fb4e7d4506
Merge pull request #83 from KevinMidboe/feat/register
...
feat: Allow register locally without authentication
2021-04-29 17:37:26 +02:00
KevinMidboe
753e4eb422
Merge branch 'master' into feat/register
2021-04-29 17:37:17 +02:00
KevinMidboe
d71a3a4c5a
Added local elastic vinmonopolet cache for query get by id.
...
First tries to search local elastic instance, if no results are found a
reject is thrown and we search vinmonopolet api manually.
2021-04-29 17:23:35 +02:00
KevinMidboe
a700de6e2e
GetById should only return single wine object.
2021-04-29 17:22:47 +02:00
KevinMidboe
c0d98af6e1
Controller gracefully handles errors.
2021-04-29 17:21:55 +02:00
KevinMidboe
947d8958a0
Merge branch 'master' of github.com:KevinMidboe/vinlottis
2021-04-09 12:33:31 +02:00
KevinMidboe
9503967e7e
Updated packages.
2021-04-09 12:33:19 +02:00
KevinMidboe
57ddd77493
Button for navigating to request a new wine.
2021-04-09 12:31:57 +02:00
KevinMidboe
d44cc3cd39
Norwegian url names for request pages.
2021-04-09 12:31:46 +02:00
KevinMidboe
7b406ef432
Merge pull request #79 from KevinMidboe/fix/archive-but-save-if-chosen
...
fix: Archive but save set winners as winners
2021-03-26 09:18:53 +01:00
Kasper Rynning-Tønnesen
e498dad860
Merge branch 'master' into feat/nodemon-for-dev
2021-03-25 22:19:42 +01:00
KevinMidboe
e637455059
Merge pull request #82 from KevinMidboe/feat/seed-tiny
...
feat: Add tiny seed for 2 wines, and 2 users
2021-03-25 22:01:09 +01:00
Kasper Rynning-Tønnesen
56072ff282
feat: Allow register locally without authentication
2021-03-25 20:48:00 +01:00
Kasper Rynning-Tønnesen
0e3c4d98e6
feat: Add tiny seed for 2 wines, and 2 users
2021-03-25 20:45:08 +01:00
Kasper Rynning-Tønnesen
64377b7cc0
feat: Add nodemon for automatic restarting of server
2021-03-25 20:23:42 +01:00
Kasper Rynning-Tønnesen
59b4366ed5
fix: Archive but save set winners as winners
...
If archiving a lottery, let archive-functionality circumvent SMS-service if the winners have been set on the archive page.
- Also remove unused file
2021-03-25 20:15:38 +01:00
KevinMidboe
ea10f95a22
Replaced package-lock w/ yarn.lock.
2021-02-20 14:25:16 +01:00
KevinMidboe
bd4d833533
Updated lock file.
2021-02-20 14:23:43 +01:00
KevinMidboe
4ed912df46
Merge pull request #78 from KevinMidboe/fix/vipps-qr
...
Always generate vipps url with amount.
2021-02-20 14:21:39 +01:00
KevinMidboe
5af082784c
Always generate vipps url with amount.
...
Also update vipps component to correctly show vipps and mobile info text
in column correctly on mobile.
2021-02-20 14:11:36 +01:00
KevinMidboe
b0424a519c
Fixed drawing winner count was +1.
...
On /lottery frontend page the count of winners that is sent to frontend
over socketIO started one index higher than it should.
This was from updating how winners are saved in the backend. Our winners
array now no longer needs to be incremented with 1 from the backend.
2021-02-20 13:57:39 +01:00
KevinMidboe
33fa7c14c6
Removed src folder.
2021-02-20 13:49:01 +01:00
KevinMidboe
4a270f05b8
Merge pull request #77 from KevinMidboe/fix/personal-highscore-days-ago
...
No longer shows "0 days ago", instead human string.
2021-02-20 13:45:58 +01:00
KevinMidboe
b0000293a6
No longer shows "0 days ago", instead human string.
...
When viewing winners that won today it previously displayed "0 dager
siden", now changed to return "i dag" instead.
2021-02-20 13:41:16 +01:00
KevinMidboe
dbcd56a98b
Merge pull request #76 from KevinMidboe/feat/latest-lottery
...
Feat/latest lottery
2021-02-20 13:36:02 +01:00
KevinMidboe
8df082dd48
If todays lottery is archived show dialog.
...
Use new api/lottery/latest to check if todays lottery has already been
archived. If yes we disable button and show dialog explaining how to
reset to next weeks lottery.
2021-02-20 13:30:05 +01:00
KevinMidboe
80e6c91045
API endpoint for getting latest lottery.
2021-02-20 13:29:41 +01:00
KevinMidboe
7e2b5a5bb0
Only have fixed height on graph on desktop.
2021-02-19 09:23:10 +01:00
KevinMidboe
ac6a5195a5
Removed row-gap in banner.
2021-02-19 09:22:54 +01:00
KevinMidboe
113f286f03
More space for wines on mobile.
2021-02-19 09:22:43 +01:00
KevinMidboe
b260991116
Merge pull request #75 from KevinMidboe/feat/controllers
...
Feat/controllers - refactor entire backend and new admin interface
2021-02-19 01:19:52 +01:00
KevinMidboe
7402fb7a7c
Promise.all needs a list of promises.
2021-02-19 01:18:12 +01:00
KevinMidboe
e89952d965
Forgot this prefix when referencing data value.
2021-02-19 01:04:03 +01:00
KevinMidboe
60044859eb
Query parameters can not be constants.
2021-02-19 01:03:26 +01:00
KevinMidboe
d108f331ca
Merge branch 'feat/controllers' of github.com:KevinMidboe/vinlottis into feat/controllers
2021-02-19 01:01:20 +01:00
KevinMidboe
3388bed400
Disable registering new users.
2021-02-19 01:01:06 +01:00
KevinMidboe
2fce0e66ab
Merge branch 'master' into feat/controllers
2021-02-19 00:55:27 +01:00
KevinMidboe
704ed51db5
Prizedistribution wants winners w/ phone number.
2021-02-19 00:54:12 +01:00
KevinMidboe
48c1842b8b
When env=development use middleware to always auth.
2021-02-19 00:39:59 +01:00
KevinMidboe
7bd2e9d931
All our new routes 🎉
...
- GET /history/search
- GET /purchases
- /purchases
- /purchases/summary
- /purchases/:date
- PUT /lottery/winner/:id (not currently used)
- GET /lotteries
- POST /lottery/messages/winner/:id
2021-02-19 00:29:57 +01:00