metanorma / mn-samples-ogc

Metanorma for OGC sample documents
1 stars 2 forks source link

Update requirements according to Metanorma format (17-069r3) #69

Closed manuelfuenmayor closed 4 years ago

manuelfuenmayor commented 4 years ago

From https://github.com/metanorma/mn-samples-ogc/issues/64

Notes:

Original: original-requirement

Code:

[[overview]]
=== Overview

[[core]]
[requirement,type="class",label="http://www.opengis.net/spec/ogcapi-features-1/1.0/req/core",obligation="requirement",subject="Web API"]
====
inherit:[<<rfc2616,RFC 2616 (HTTP/1.1)>>]
inherit:[<<rfc2818,RFC 2818 (HTTP over TLS)>>]
inherit:[<<rfc3339,RFC 3339 (Date and Time on the Internet: Timestamps)>>]
inherit:[<<rfc8288,RFC 8288 (Web Linking)>>]
====

Generated output: generated-requirement

Thanks!

ronaldtse commented 4 years ago

Pending action in metanorma/metanorma-standoc#220.

ronaldtse commented 4 years ago

@manuel489 : the issue is supposed to be fixed, can you verify? Thanks!

manuelfuenmayor commented 4 years ago

@manuel489 : the issue is supposed to be fixed, can you verify? Thanks!

@ronaldtse , yes, it is fixed now.

Sample code:

[[overview]]
=== Overview

[[core]]
[requirement,type="class",label="http://www.opengis.net/spec/ogcapi-features-1/1.0/req/core",obligation="requirement",subject="Web API"]
====
inherit:[<<rfc2616,RFC 2616 (HTTP/1.1)>>]
inherit:[<<rfc2818,RFC 2818 (HTTP over TLS)>>]
inherit:[<<rfc3339,RFC 3339 (Date and Time on the Internet: Timestamps)>>]
inherit:[<<rfc8288,RFC 8288 (Web Linking)>>]
====

HTML output: requirement-capture

I think you can merge now. And this would close https://github.com/metanorma/mn-samples-ogc/issues/64

Thanks!

ronaldtse commented 4 years ago

@manuel489 excellent, thanks!

ronaldtse commented 4 years ago

@manuel489 can you add a note in the README.adoc that this document demonstrates Metanorma requirements? Thanks!

manuelfuenmayor commented 4 years ago

@manuel489 can you add a note in the README.adoc that this document demonstrates Metanorma requirements? Thanks!

Ok @ronaldtse , PR added in https://github.com/metanorma/mn-samples-ogc/pull/79