-
Couldn't load subscription status.
- Fork 1
thesaurus: created russian version, added 10 terms 'thesaurus','syste… #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
IgorKaSan
wants to merge
1
commit into
master
Choose a base branch
from
proposal/creating-thesaurus
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| | Термин | Определение | Примечание | | ||
| | ----------- | ----------- | ----------- | | ||
| | Тезаурус | Специальный толковый словарь, охватывающий понятия, определения и термины, формирующие язык и профессиональную культуру специалистов, работающих в сфере информационных технологий. | | | ||
| | Система | Комплекс взаимодействующих компонентов, обособленный от окружающей среды и взаимодействующий с ней, как единое целое. | | | ||
| | Модель использования | Описание поведения системы в контексте ее целевого использования внешними заинтересованными субъектами (пользователями, системами). | | | ||
| | Вариант использования | Сценарий взаимодействия «пользователя» и системы, инициированный пользователем с целью достижения значимого для него результата. | | | ||
| | Актер | Роль, исполняемая в ходе взаимодействия с заданной сущностью (система, подсистема или класс). Исполнителем роли может быть человек или другая система, подсистема или класс, которые представляют нечто вне сущности. | | | ||
| | Роль | Класс «пользователей», объединяет ограниченное множество действий, назначенных членам (объектам) класса для выполнения в рамках определённого процесса. | | | ||
| | Представление данных | Производная форма предоставления информации, отвечающая прикладной специфике решаемой задачи. | | | ||
| | Алгоритм | Определяет условия и последовательность действий компонентов системы при выполнении ею своих функций. | | | ||
| | Архитектура системы | Принципиальная организация системы, воплощенная в ее элементах, их отношениях друг с другом и с окружающей средой, принципах, определяющих ее проектирование и развитие. Отображает общую точку зрения команды разработчиков на результаты проектирования системы. | | | ||
| | Компонент | Часть системы, выделенная по определенному признаку или совокупности признаков и рассматриваемая как единое целое. | | | ||
| | Жизненный цикл | Совокупность состояний и переходов, определяющих поведение данного объекта с момента его появления и до момента его исчезновения. | | | ||
| | | | | | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to use sections rather than a table, a section per notion.
For instance,
It is more convenient both for editing and for referencing it from other docs. The main use is to be able to create a kind of local version of a thesaurus for a specific project, or just referece a term in docs of projects.