You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using Dods a lot now and like them. The current solution is based on a single, special DoD document that contains all terms (~360 or so as of June 2024).
Problems
Having all of these in one GDoc and not having any admin UI support for them comes with a few downsides:
There is no support for structuring DoDs into groups by topic
There is no visibility into how many views different DoDs get, which makes it hard to prioritize which ones to tweak
Conceptually there is a problem that only a single person should be working on any one document at any time and hitting publish. For most GDoc articles this is not a problem but for the big DoD document with lots of small pieces of content we could actually run into a case where two people edit the document simultaneously and one person hits publish and thus publishes an unfinished DoD the other person was editing.
There is no clear concept of ownership - probably topic groupings will help with that but we could also go further and have explicit authors for each Dod.
Proposed solutions
⭐ Quick and easy
Ensure you can have headings in the DoD document and that they are stripped in dod.json
We chatted about this and it seems that the main problem that we want to alleviate is that publishing the one DoD doc is problematic (others might be in the middle of editing in another place).
One solution to that problem would be to change the system so that instead of one "hardcoded" id that is the DoD document we would create a new type (that should be visible as such in the GDocs admin) so that we can have a handful of DoD docs (e.g. one per topic area).
Background
We've been using Dods a lot now and like them. The current solution is based on a single, special DoD document that contains all terms (~360 or so as of June 2024).
Problems
Having all of these in one GDoc and not having any admin UI support for them comes with a few downsides:
Proposed solutions
⭐ Quick and easy
dod.json
(optional) Add an optional author field for coordinationMore elaborate solution
The text was updated successfully, but these errors were encountered: