mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-13 00:38:41 +00:00
impl. todos or move to Project.md
This commit is contained in:
parent
ca6c8d308e
commit
6b27b71b23
|
|
@ -52,18 +52,5 @@ final class Installer extends InstallerAbstract
|
||||||
$category->setL11n('Default');
|
$category->setL11n('Default');
|
||||||
|
|
||||||
WikiCategoryMapper::create($category);
|
WikiCategoryMapper::create($category);
|
||||||
|
|
||||||
// @todo: create hook for when a new unit is created
|
|
||||||
$units = UnitMapper::getAll();
|
|
||||||
foreach ($units as $unit) {
|
|
||||||
$app = new WikiApp();
|
|
||||||
$app->name = $unit->name;
|
|
||||||
|
|
||||||
$id = WikiAppMapper::create($app);
|
|
||||||
|
|
||||||
$category = new WikiCategory();
|
|
||||||
$category->app = new NullWikiApp($id);
|
|
||||||
$category->setL11n('Default');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,14 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
|
||||||
|
|
||||||
### Issues
|
### Issues
|
||||||
|
|
||||||
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code and have the following structure:
|
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the `Project.md` file in the `Docs` repository.
|
||||||
|
|
||||||
```php
|
|
||||||
/**
|
|
||||||
* @todo Orange-Management/Orange-Management#ISSUE_NUMBER [d:difficulty]
|
|
||||||
* Description for the issue
|
|
||||||
*/
|
|
||||||
```
|
|
||||||
|
|
||||||
The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`.
|
The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user