svlad-90 / DMA_Framework

A tiny C++ framework, which contains a set of useful abstractions
Apache License 2.0
2 stars 0 forks source link

[BASE] Implement the TNumberedObject concept #4

Closed svlad-90 closed 4 years ago

svlad-90 commented 4 years ago

As a user of the framework, I want to be able to create the numbered instances of objects of specific types. It is useful information, which can be used for tracing purposes or to search for specific instances within a collection.

New functionality should be implemented as a template class. New functionality should be covered with unit-tests. New functionality should be covered with the DMA_Plantuml diagrams. New functionality should be covered in the README section

In addition:

svlad-90 commented 4 years ago

Currently, functionality was added without the addition of the DMA_Plantuml diagrams & update of the README section. To ease the addition of class diagrams update of DMA_Plantuml is required. Thus this activity is slightly postponed.

svlad-90 commented 4 years ago

Let's add build status badges as part of this task.