Skip to content

backend/reqif: make export/import follow some of the ReqIF guideline#585

Merged
stanislaw merged 1 commit intomainfrom
reqif
Jan 13, 2022
Merged

backend/reqif: make export/import follow some of the ReqIF guideline#585
stanislaw merged 1 commit intomainfrom
reqif

Conversation

@stanislaw
Copy link
Copy Markdown
Collaborator

The following mapping takes place now:

class ReqIFRequirementReservedField(Enum):
    UID = "ReqIF.ForeignID"
    NAME = "ReqIF.Name"
    TEXT = "ReqIF.Text"

class ReqIFChapterField(Enum):
    CHAPTER_NAME = "ReqIF.ChapterName"
    TEXT = "ReqIF.Text"

@stanislaw stanislaw changed the title backend/reqif: make export/import follow some of the ReqIF guideline WIP: backend/reqif: make export/import follow some of the ReqIF guideline Jan 12, 2022
@lgtm-com
Copy link
Copy Markdown

lgtm-com Bot commented Jan 12, 2022

This pull request introduces 9 alerts when merging cd61213 into 8592290 - view on LGTM.com

new alerts:

  • 9 for Wrong name for an argument in a class instantiation

@lgtm-com
Copy link
Copy Markdown

lgtm-com Bot commented Jan 13, 2022

This pull request introduces 9 alerts when merging e8f15c1 into 8592290 - view on LGTM.com

new alerts:

  • 9 for Wrong name for an argument in a class instantiation

@stanislaw stanislaw force-pushed the reqif branch 2 times, most recently from 8aa8a02 to e01faa5 Compare January 13, 2022 21:03
The following mapping takes place now:

```py
class ReqIFRequirementReservedField(Enum):
    UID = "ReqIF.ForeignID"
    NAME = "ReqIF.Name"
    TEXT = "ReqIF.Text"

class ReqIFChapterField(Enum):
    CHAPTER_NAME = "ReqIF.ChapterName"
    TEXT = "ReqIF.Text"
```
@stanislaw stanislaw changed the title WIP: backend/reqif: make export/import follow some of the ReqIF guideline backend/reqif: make export/import follow some of the ReqIF guideline Jan 13, 2022
@stanislaw stanislaw enabled auto-merge January 13, 2022 21:11
@stanislaw stanislaw merged commit c4cb55d into main Jan 13, 2022
@stanislaw stanislaw deleted the reqif branch January 13, 2022 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant