27 Commits

Author SHA1 Message Date
Tom Moor
d54750ef19 Closes #769 2018-09-30 18:31:42 -07:00
Tom Moor
18cfe26e83 Migrate atlasId -> collectionId 2018-08-07 23:23:26 -07:00
Tom Moor
9142d975df
Draft Documents (#518)
* Mostly there

* Fix up specs

* Working scope, updated tests

* Don't record view on draft

* PR feedback

* Highlight drafts nav item

* Bugaboos

* Styling

* Refactoring, gradually addressing Jori feedback

* Show collection in drafts list
Flow fixes

* Ensure menu actions are hidden when draft
2018-02-27 22:41:12 -08:00
Jori Lallo
b47771c56f Order document structure alphabetically 2018-02-06 23:26:14 -08:00
Jori Lallo
5ab423108a Fixed collection deletion 2018-01-28 17:04:53 -08:00
Jori Lallo
a6584714c3 New onboarding document 2018-01-17 22:18:55 -08:00
Tom Moor
9d441fc51a
Webhook / Integration Event bus (#499)
* First bash at an event bus for webhooks and integrations

* Refactoring

* poc

* Revert too wide ranging changes
Move to two-queues
2018-01-13 10:46:29 -08:00
Jori Lallo
c5e2bb2432 Lock collection navigation tree changes 2017-12-09 15:04:55 -08:00
Jori Lallo
e70a8c2495 color editing 2017-10-29 23:23:16 -07:00
Jori Lallo
75bf265bd5 Removed legacy navigationtree 2017-10-15 18:35:28 -07:00
Jori Lallo
7c3cfbc9da Added Event model and logging to Collection 2017-10-09 23:27:34 -07:00
Jori Lallo
dd0588d760 Several fixes + refactor to Collection methods 2017-10-09 00:05:15 -07:00
Jori Lallo
a5a1e286d4 Addressed user feedback 2017-09-24 13:51:33 -07:00
Tom Moor
8558b92cae Edit collection (#173)
* Collection edit modal

* Add icon

* 💚

* Oh look, some specs

* Delete collection

* Remove from collection

* Handle error responses
Protect against deleting last collection

* Fix key

* 💚

* Keyboard navigate documents list

* Add missing database constraints
2017-08-29 08:37:17 -07:00
Jori Lallo
ca875915ce Fix on collection count check 2017-07-18 21:57:34 -07:00
Jori Lallo
bbbf17c223 Manually create a new document for second collection 2017-07-17 23:33:03 -07:00
Jori Lallo
cd584da5cf Upgrade sequelize and remove unique email constraints 2017-07-12 22:55:50 -07:00
Jori Lallo
c4b41a9e07 Fixed flow errors and small refactor 2017-07-09 11:26:17 -07:00
Tom Moor
b854c2ca53
Tidy, move recent documents to query scope 2017-07-06 22:02:55 -07:00
Jori Lallo
56beb8b55f Fixed document.update API 2017-06-28 23:18:46 -07:00
Tom Moor
52765d9d1d Document Viewers (#79)
* Recording document views

* Add 'views' to document response

* Basic displaying of document views, probably want it more sublte than this? But hey, lets get it in there

* Bigly improves. RESTful > RPC

* Display of who's viewed doc

* Add Popover, add Scrollable, move views store

* Working server tests 💁

* Document Stars (#81)

* Added: Starred documents

* UI is dumb but functionality works

* Star now displayed inline in title

* Optimistic rendering

* Documents Endpoints (#85)

* More seeds, documents.list endpoint

* Upgrade deprecated middleware

* document.viewers, specs

* Add documents.starred
Add request specs for star / unstar endpoints

* Basic /starred page

* Remove comment

* Fixed double layout
2017-06-25 17:21:33 -07:00
Jori Lallo
3528b2d0ef Further cleanup 2017-06-05 01:00:29 -07:00
Jori Lallo
1be0ff8105 Added deletion of documents 2017-06-05 00:36:50 -07:00
Jori Lallo
a4dca58ae7 Fixed Collection#updateDocument 2017-06-04 22:12:36 -07:00
Jori Lallo
c229369efd Changed Collection documents to documentStructure and other WIP stuff 2017-06-04 14:40:27 -07:00
Jori Lallo
9631e58e65 Renamed collections table and added a new column for documents 2017-06-03 12:04:13 -07:00
Tom Moor
639a0ec45c
Atlas > Collection 2017-05-27 11:08:52 -07:00