mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-29 23:38:41 +00:00
impl. todos or move to Project.md
This commit is contained in:
parent
3e3318f0c5
commit
84f61f4eb1
|
|
@ -12,14 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
|
|||
|
||||
### 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:
|
||||
|
||||
```php
|
||||
/**
|
||||
* @todo Orange-Management/Orange-Management#ISSUE_NUMBER [d:difficulty]
|
||||
* Description for the issue
|
||||
*/
|
||||
```
|
||||
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.
|
||||
|
||||
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]`.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,11 +23,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
|||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @todo Orange-Management/oms-Tag#???
|
||||
* Too complicated select.
|
||||
* I think the default getAll etc. is too complicated and has too many joins which are not really required.
|
||||
* Check and fix!
|
||||
*/
|
||||
final class TagMapper extends DataMapperAbstract
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user