[Placeholder] What are the minimum required fields for the MVP release? #60
Replies: 2 comments
-
While some fields are technically optional, we'll want to support them in an MVP. Off the top of my head, in addition to the required fields:
I think that could be an incomplete list, even. In my mind, the way to scope an MVP is to pick out which use cases should work and then support the fields needed to meet those goals. For instance, I would like to be able to describe the dependencies of |
Beta Was this translation helpful? Give feedback.
-
The entire Platform object. Those bits are optional and the assumption is if they aren't present, you know what you're doing. That said, I have high confidence we're going to want something along those lines eventually, but how to represent these things is hotly debated. The required keys are also required in the sense that we clearly have no product without them. In addition, the following are absolutely critical to any conceivable MVP:
In addition, I feel pretty strongly about retaining:
...and, while I wouldn't mind dropping Actually, that list, with the exception of I'll actually disagree with In summary, I don't think there's anything we should consider pruning except for the Platform bits and |
Beta Was this translation helpful? Give feedback.
-
Wip because I haven't had the time to finish.
Currently there are a large number of fields that unequivocally have value but are not areas of concern for everyone.
As of the time of writing there are only 4 fields that are Marked as "Required: Yes" with 2 more as Special and Depends.
What fields can be stashed or archived to avoid complexity and can we build a complete solution with the MVP required fields.
Beta Was this translation helpful? Give feedback.
All reactions