ddd-crew / bounded-context-canvas

A structured approach to designing and documenting each of your bounded contexts
Creative Commons Attribution Share Alike 4.0 International
1.83k stars 170 forks source link

Turned HTML version into self-saving document #36

Closed FND closed 1 year ago

FND commented 1 year ago

as suggested in #33

this is fairly crude, particulary because for now we only support text fields (both input[type=text] and textarea) and radio buttons

we might also use file-system APIs https://web.dev/file-system-access/ where supported, but that seems overkill for the moment

NB: This has not been heavily tested, so a thorough review seems necessary.

FND commented 1 year ago

What do you think about adding the name of the context to the download link?

Excellent idea; done.

I've fixed some of the details you mentioned in 830e25eff5d625c69bb794cc715d830b7bd5443e, but I'm a little uncertain about the list of relationships there - in part because I'm not quite clear on the original author's intent. So I've opted not to change any content here. (My guess is that the HTML version might be due for a little overhaul anyway? 🤷 )

yellowbrickc commented 1 year ago

Hello @FND

I'm a little uncertain about the list of relationships there - in part because I'm not quite clear on the original author's intent. So I've opted not to change any content here. (My guess is that the HTML version might be due for a little overhaul anyway? 🤷 )

Yes, I agree, you did enough! Thank you.