[
https://issues.apache.org/jira/browse/DISPATCH-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015465#comment-17015465
]
ASF GitHub Bot commented on DISPATCH-1548:
------------------------------------------
codecov-io commented on issue #661: DISPATCH-1548: Modularize Dispatch Router
Doc
URL: https://github.com/apache/qpid-dispatch/pull/661#issuecomment-574413772
#
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=h1)
Report
> Merging
[#661](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/588f38ec9203f95dffa5dec248388a068a6cfdd3?src=pr&el=desc)
will **decrease** coverage by `0.03%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #661 +/- ##
==========================================
- Coverage 86.56% 86.52% -0.04%
==========================================
Files 92 92
Lines 21001 21002 +1
==========================================
- Hits 18180 18173 -7
- Misses 2821 2829 +8
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/661/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
| `93.17% <0%> (-0.98%)` | :arrow_down: |
|
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/661/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
| `87.8% <0%> (-0.23%)` | :arrow_down: |
|
[src/container.c](https://codecov.io/gh/apache/qpid-dispatch/pull/661/diff?src=pr&el=tree#diff-c3JjL2NvbnRhaW5lci5j)
| `82.16% <0%> (-0.19%)` | :arrow_down: |
|
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/661/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
| `89.17% <0%> (-0.17%)` | :arrow_down: |
|
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/661/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
| `93.79% <0%> (-0.12%)` | :arrow_down: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=footer).
Last update
[588f38e...3291b37](https://codecov.io/gh/apache/qpid-dispatch/pull/661?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Modularize Dispatch Router Doc
> ------------------------------
>
> Key: DISPATCH-1548
> URL: https://issues.apache.org/jira/browse/DISPATCH-1548
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.10.0
> Reporter: Ben Hardesty
> Assignee: Ben Hardesty
> Priority: Major
> Fix For: 1.11.0
>
>
> The source content for the Dispatch Router book is captured in large,
> monolithic files (generally one file per "chapter"). This makes it difficult
> to reuse content within those chapters, and difficult to structure the book
> according to user needs. It also forces the content into a linear, book-like
> model.
>
> Modularization seeks to resolve these (and other) shortcomings by refactoring
> the monolithic content into assembly and module files. An assembly file
> describes how to complete a single user story. Assemblies transclude module
> files. A module is a single procedure (how do i ...?), concept (what is
> ...?), or reference (a set of detailed facts in tabular form). In short,
> modularization ensures that all content is based on user stories (and
> therefore relevant to the user) and strongly information typed (and therefore
> concise and on point).
>
> By implementing modularization using assemblies and modules, highly
> customized deliverables (such as books, articles, or web sites) may be
> created, and the individual assemblies and modules can be reused and combined
> in whatever arbitrary structure is best suited to the deliverable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]