Commit graph

61 commits

Author SHA1 Message Date
Laura Klünder
890225784a respect access restrictions in editor API 2017-07-13 22:22:13 +02:00
Laura Klünder
09fe696b49 Editor API /changeset/ does not exist any more 2017-07-11 19:35:07 +02:00
Laura Klünder
a72635e27b better other_spaces ordering in space geometry view 2017-07-08 17:30:10 +02:00
Laura Klünder
f2913dd8ac rename Point to POI 2017-07-08 16:29:12 +02:00
Laura Klünder
45765ef135 always include_deleted_created because the cache does the performance 2017-07-07 15:16:35 +02:00
Laura Klünder
a43a3184e0 _clean_changes 2017-07-06 15:06:01 +02:00
Laura Klünder
0061c451ed add select_related to change set API 2017-07-06 13:09:33 +02:00
Laura Klünder
55d2d6759f create new ChangeSet API 2017-07-06 13:07:05 +02:00
Laura Klünder
fec524731d fix some linter stuff 2017-06-27 17:10:22 +02:00
Laura Klünder
1ce641de48 Revert "space groups in editor space view"
This reverts commit dfca1eb744f322b7a2a8013916ef233416ba244f.
2017-06-27 16:36:11 +02:00
Laura Klünder
0f2d63f9ff space groups in editor space view 2017-06-27 16:26:50 +02:00
Laura Klünder
9d5811bc15 replace Change with ChangedObject (wrapper integration still missing) 2017-06-27 03:21:23 +02:00
Laura Klünder
1e0c122cfe only subtract holes from their respective spaces 2017-06-25 12:42:17 +02:00
Laura Klünder
b773373d73 use space.pk instead of space.id so everything works wrapped 2017-06-18 05:58:24 +02:00
Laura Klünder
f0d4d122da fix changeset parsing on prefetch_related with manytomany 2017-06-17 21:50:15 +02:00
Laura Klünder
1fb37eb41b temporarily disable prefetch_reload('groups') 2017-06-16 22:27:10 +02:00
Laura Klünder
5b07e22b93 remove debug output 2017-06-16 21:03:33 +02:00
Laura Klünder
1d6ce7179d add simple api to view the current changeset 2017-06-16 20:27:07 +02:00
Laura Klünder
66d91e071f fix get_color() lookup also in space geometry view 2017-06-16 18:45:34 +02:00
Laura Klünder
edfb083c61 fix get_color() on ModelInstanceWrapper 2017-06-16 18:38:41 +02:00
Laura Klünder
8fef2a81a9 reimplement wrapped prefetch_related 2017-06-16 18:19:52 +02:00
Laura Klünder
e3c8947883 do creepy metaclass stuff in wrappers.py 2017-06-13 18:52:16 +02:00
Laura Klünder
344ab790a3 wrap around ORM in editor api 2017-06-12 23:33:59 +02:00
Laura Klünder
1498b7aeb0 rename Section back to Level 2017-06-11 14:43:14 +02:00
Laura Klünder
7e9c2bad5d fix eidt spaces view on secondary sections 2017-06-11 13:33:00 +02:00
Laura Klünder
d01732e589 show spaces from other sections in space view and hightlight space better 2017-06-11 13:26:35 +02:00
Laura Klünder
6a8b7e33ae Space.outside not means „only outside of building“, so False means nothing 2017-06-11 13:18:25 +02:00
Laura Klünder
aa1e419f56 don't show areas in editor section view 2017-06-11 12:56:37 +02:00
Laura Klünder
9910b3ed83 replace Space.level with secondary sections on top of primary sections 2017-06-10 15:00:47 +02:00
Laura Klünder
f70ed98397 improve drawing neighboring spaces in editor space view 2017-06-09 15:41:13 +02:00
Laura Klünder
b19a8b7356 introducing column model 2017-06-09 15:22:30 +02:00
Laura Klünder
98501dbf3a move holes from sections to spaces 2017-06-08 15:19:12 +02:00
Laura Klünder
c65f01d620 improve editor geometry API performance using prefetch_related 2017-05-29 16:36:17 +02:00
Laura Klünder
40a83dfa43 remove unneeded line 2017-05-29 15:22:05 +02:00
Laura Klünder
c6a5ed399b add original_geometry to building in editor geometry api 2017-05-29 10:14:39 +02:00
Laura Klünder
3188c4d667 make areas more see-through 2017-05-27 19:01:38 +02:00
Laura Klünder
25cceeaf7b crop stuff correctly in the editor section view 2017-05-27 18:58:23 +02:00
Laura Klünder
e8099850c4 editor: fly to relevant areas 2017-05-27 16:19:49 +02:00
Laura Klünder
7e5d81e12a remove unused imports 2017-05-26 21:26:37 +02:00
Laura Klünder
c66b492f8f rename empty string level in editor api 2017-05-26 20:30:06 +02:00
Laura Klünder
53d8ebbddc rename empty string Space level and category to normal 2017-05-26 20:25:24 +02:00
Laura Klünder
3dc1cd6963 fix color of uncolored areas in editor 2017-05-26 17:46:23 +02:00
Laura Klünder
4eeea73af8 stair shadows in editor 2017-05-22 00:12:49 +02:00
Laura Klünder
2e75997556 fix typo 2017-05-22 00:03:02 +02:00
Laura Klünder
b256760d12 only show neighbor spaces with normal level 2017-05-21 23:59:47 +02:00
Laura Klünder
46dc1627e1 show geometries in editor… introducing the editor API 2017-05-21 23:39:26 +02:00
Laura Klünder
10e1e06d78 remove unneeded files 2017-05-21 14:14:56 +02:00
Laura Klünder
5efb6d537d remove packages, hosters, ... completely 2017-05-01 18:10:46 +02:00
Laura Klünder
4b97e3532f remove recursive serialization in api and replace url root with list of all endpoints 2016-10-11 17:29:02 +02:00
Laura Klünder
9658de72a2 use numeric primary keys, but still use unique names as lookups in the API 2016-10-11 16:33:12 +02:00