D. Berge
f32066695e
Add notifications control.
...
Experimental. Pushes updates of interest (currently
new / changed log entries) via the Notifications API.
Can be enabled or disabled by the user at any time.
2020-09-15 02:41:05 +02:00
D. Berge
3d091eec53
Adapt to small viewports
2020-09-15 02:40:19 +02:00
D. Berge
00e00a2ae6
Change page title
2020-09-15 00:39:46 +02:00
D. Berge
0bbe29febc
Make QC tab more mobile friendly.
...
Closes #38 .
2020-09-14 23:58:26 +02:00
D. Berge
d93c70b9eb
Make log reactive.
...
Automatically reloads when events have been changed.
2020-09-14 23:56:30 +02:00
D. Berge
946e05c283
Add project schema to Vuex state
2020-09-14 23:55:46 +02:00
D. Berge
5980b7d231
Implementation of QC qualification UI (non-functional).
...
This commit implements a possible interface for QC
qualifications, with a mechanism to override QC results.
As of this commit, no changes are saved to the backend.
2020-09-14 20:48:27 +02:00
D. Berge
ffcc3ef8cb
Remove dead code
2020-09-14 20:46:56 +02:00
D. Berge
4b3a254119
Ensure labels are unique
2020-09-14 14:06:49 +02:00
D. Berge
5a96701e46
Use labels from preset remarks
2020-09-14 13:46:46 +02:00
D. Berge
165640599c
Highlight clicked row in sequence list.
...
Clicking again unhighlights.
Closes #36 .
2020-09-14 11:36:37 +02:00
D. Berge
7b0bcb5256
Report timestamp when QCs were last run
2020-09-12 19:53:20 +02:00
D. Berge
ea34bbc7bb
Let the user know if there are no QCs
2020-09-12 19:16:41 +02:00
D. Berge
b28224475e
Make style scoped
2020-09-12 19:16:18 +02:00
D. Berge
c82caa1d1f
Add QC view to web interface.
...
This commit implements most of what is required
by #23 , with the exception of labels processing
as stated in https://gitlab.com/wgp/dougal/software/-/issues/23/designs/20200908_101516.jpg#note_408968681
2020-09-10 23:27:53 +02:00
D. Berge
08656a0b5e
Fix reversed actions in calendar
2020-09-10 02:19:46 +02:00
D. Berge
5fdd84fadf
Change style of raw data columns in sequence list
2020-09-10 02:19:07 +02:00
D. Berge
3c4ed6665c
Reorder columns in sequence list
2020-09-08 17:46:25 +02:00
D. Berge
c0592cb72f
Show correct sequence status.
...
Fixes #24 .
2020-09-08 16:11:06 +02:00
D. Berge
0a547666e3
Fix filtering of events log.
...
Closes #22 .
2020-09-07 17:23:00 +02:00
D. Berge
8411eea29d
Stop race condition between multiple WebSockets.
...
Only one websocket should be active or initialising
at any one time.
2020-09-06 18:09:04 +02:00
D. Berge
513e6d6bc5
Fix Webpack development proxy configuration
2020-09-06 14:54:03 +02:00
D. Berge
9c20c4295f
Make sequence, line, point getters return numbers if possible
2020-09-04 01:33:18 +02:00
D. Berge
8793f99648
Add lineStatus getter
2020-09-04 01:33:18 +02:00
D. Berge
5b21f57587
Adapt log for online shot input
2020-09-04 01:33:18 +02:00
D. Berge
45885c0081
Add gun info to map position
2020-09-04 01:33:18 +02:00
D. Berge
1a851fefdf
Fix issue with protocol detection
2020-09-04 01:33:18 +02:00
D. Berge
a167d4954c
Use server notifications on map.
...
The real-time position is pushed via a websocket rather
than pulled at regular intervals.
2020-09-04 01:33:18 +02:00
D. Berge
34dfb4f862
Add websocket client to receive event notifications.
...
These are saved in the Vuex store and can be retrieved
via the `serverEvent` getter. There are also some
convenience getters for retrieving line status.
2020-09-04 01:33:18 +02:00
D. Berge
78aaacb8b3
Improve sequence list search
2020-09-02 11:09:04 +02:00
D. Berge
e9f62a420a
Only fetch real-time positions when layers are visible
2020-09-01 12:37:59 +02:00
D. Berge
7dbfb3ab6a
Change real-time position marker
2020-09-01 12:37:39 +02:00
D. Berge
bf896f71dc
Show also NTBP and in progress sequence statuses
2020-09-01 12:36:00 +02:00
D. Berge
297829f343
Do not list raw/final files if there aren't any
2020-09-01 12:35:30 +02:00
D. Berge
4291b83817
Show raw and final remarks in expanded row
2020-09-01 12:34:58 +02:00
D. Berge
276af8fcd6
Filter sequence list locally (fetch all sequences).
...
Even in the event that we have thousands of sequences
this should be acceptable and gives us more flexibility
at lower effort than paginating on the server.
2020-09-01 12:33:01 +02:00
D. Berge
880891cc2b
Add real-time position to map
2020-09-01 11:01:13 +02:00
D. Berge
a9247c691c
Handle division by zero
2020-08-29 12:52:29 +02:00
D. Berge
d863f4221d
Remove extra space from output
2020-08-29 10:36:04 +02:00
D. Berge
a5fe545885
Update URL with map view parameters.
...
The hash part encodes the current view so that it
is recreated when sending a link to someone.
2020-08-29 10:30:30 +02:00
D. Berge
fb4d25643e
Implement project summary view
2020-08-28 13:49:14 +02:00
D. Berge
162a8878a9
Add help link to footer
2020-08-28 13:48:03 +02:00
D. Berge
e5bc5a0757
Refactor project summaries to use database views
2020-08-26 20:20:53 +02:00
D. Berge
1bf0b67409
Fix Project component name
2020-08-26 20:20:53 +02:00
D. Berge
b165fc2b2a
Rely on Vuex for loading state indications
2020-08-26 17:48:55 +02:00
D. Berge
96d8e0df13
Add loading state indicator to Vuex store.
...
Every time an API call is made via the store's own `api`
interface, a request counter is incremented. It is
decremented whenever a call completes, whether sucessfully
or not.
If the request counter is at zero, no requests are in
progress. This is exposed to the user via the `loading`
getter.
Calls made other than via the store's `api` interface
will not be registered. The user can choose to increment /
decrement the request counter manually via the relevant
store methods.
2020-08-26 17:42:59 +02:00
D. Berge
da3d273c41
Show expanded sequence information
2020-08-25 18:04:42 +02:00
D. Berge
ab23b6e2e6
Reword text field label
2020-08-25 13:02:56 +02:00
D. Berge
98b35d4b89
Implement sequence list view
2020-08-25 13:02:20 +02:00
D. Berge
f366e99c35
Add Vue debounce plugin
2020-08-25 13:01:38 +02:00