29 Commits

Author SHA1 Message Date
Andrey Antukh
9649d67883 Unify uuid under uxbox.common.uuid. 2020-04-13 11:27:46 +02:00
alonso.torres
5cd8e85034 👾 changes libraries types, reworked color palette 2020-03-26 15:37:15 +01:00
alonso.torres
fdb3b8aacb 🔥 improved deletes and library flow 2020-03-20 15:12:34 +01:00
alonso.torres
a0a031dbc2 🐸 adds crud for libraries and deletion of elements 2020-03-20 15:12:34 +01:00
alonso.torres
5b7182fac6 ❄️ integration with new items 2020-03-18 11:40:15 +01:00
alonso.torres
b2474fc3fb :neckbeard: retrieve data from backend 2020-03-18 11:40:15 +01:00
Andrey Antukh
7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Andrey Antukh
8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
Andrey Antukh
b6f6ab490f 🔥 Remove old repo code.
And make closure-defnes parametrizable.
2020-01-21 23:09:28 +01:00
Andrey Antukh
8dd6c8457f Use uuid1 instead of uuid4 on all the codebase. 2020-01-21 13:15:13 +01:00
Andrey Antukh
6957a49752 ♻️ Add spec ns on shared code (and adapt frontend code to use it). 2020-01-11 19:56:48 +01:00
Andrey Antukh
1e058463b2 ♻️ Refactor: shape data structure, dashboard data loading... 2020-01-07 09:35:38 +01:00
Andrey Antukh
792303a833 Remove unexpected lag on moving shape.
The lag happens when the shape is not initially selected.
2019-11-26 10:55:38 +01:00
Andrey Antukh
1357fed067 🐛 Fix bug on images collections filtering. 2019-11-25 17:28:40 +01:00
Andrey Antukh
e9b00339a5 🚧 Major refactor of backend code.
Relevant changes:

- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00
Andrey Antukh
c948082e0a ♻️ Refactor images dashboard and common dashboard grid header. 2019-08-04 12:49:08 +00:00
Andrey Antukh
26cdebece4 feat(frontend): refactor router 2019-07-02 17:19:55 +02:00
Andrey Antukh
3b648f5aa5 refactor: replace lein with cli tools and update some deps
- also removes docker files from source directories
- minor assets reorganization on back (make it more production ready)
2019-06-03 16:51:20 +02:00
mathieu.brunot
2db5b0f60f
🌐 More i18n updates 2019-02-21 16:57:57 +01:00
mathieu.brunot
e06bc2cc95
🌐 Translate several dashboards 2019-02-21 04:36:22 +01:00
Andrey Antukh
e21fe53ce6
Remove useless predicate for check date instance. 2017-03-06 21:26:25 +01:00
Andrey Antukh
3bb991da0b
Properly catch exceptions on image fetching. 2017-02-26 20:45:29 +01:00
Andrey Antukh
3a75a07de5
Add more specs to image collections events. 2017-02-26 11:09:38 +01:00
Andrey Antukh
1172c56dfa
Fix unexpected exception on uploading new image.
And additionally add spec for image entity on
image collections related ns.
2017-02-26 10:57:05 +01:00
Andrey Antukh
08b0a096eb
Minor structure refactor.
Make forms and messages modules independent of
store location (making them plugables).
2017-01-16 12:35:10 +01:00
Andrey Antukh
40b48318ff
Replace builtin rstore impl with potok. 2016-11-27 21:53:12 +01:00
Andrey Antukh
c6b1263d33
Assign proper type to fetched image collections. 2016-11-22 18:04:08 +01:00
Andrey Antukh
e21798f1ed
Move all files under frontend directory. 2016-11-20 20:03:17 +01:00