MetaFox

Markers

Table of Contents

packages/metafox/activity/src/Policies/FeedPolicy.php 2
packages/metafox/activity/src/Repositories/Eloquent/FeedRepository.php 1
packages/metafox/activity/src/Support/Browse/Scopes/SortScope.php 1
packages/metafox/comment/src/Notifications/CommentNotification.php 1
packages/metafox/comment/src/Repositories/Eloquent/CommentRepository.php 1
packages/metafox/core/src/Repositories/Eloquent/DriverRepository.php 2
packages/metafox/core/src/Repositories/NetworkPolicyRepository.php 1
packages/metafox/core/src/Support/BanWord.php 2
packages/metafox/like/src/Notifications/LikeNotification.php 1
packages/metafox/photo/src/Contracts/HasTotalPhoto.php 1
packages/metafox/photo/src/Database/Importers/PhotoImporter.php 1
packages/metafox/photo/src/Observers/PhotoGroupItemObserver.php 1
packages/metafox/photo/src/Observers/PhotoObserver.php 1
packages/metafox/search/src/Jobs/Reindex.php 1
packages/metafox/user/src/Http/Resources/v1/User/AdminLogged.php 1
packages/metafox/user/src/Notifications/WelcomeNewMember.php 1
packages/metafox/user/src/Presenters/UserPresenter.php 1
packages/metafox/user/src/Support/UserPrivacy.php 2
packages/metafox/user/src/Support/UserValue.php 1
packages/platform/src/Support/Browse/Scopes/EntityTypeScope.php 2
packages/platform/src/Support/Browse/Scopes/PackageScope.php 2

FeedPolicy.php

Type Line Description
TODO 69 temporarily hide
TODO 75 temporarily hide

FeedRepository.php

Type Line Description
TODO 1117 Improve this when has sort options on feed (Most Recent & Top Stories)

SortScope.php

Type Line Description
TODO 46 Implement apply() method.

CommentNotification.php

Type Line Description
TODO 79 should use separated email phrase instead of using strip_tags

CommentRepository.php

Type Line Description
TODO 783 Please improve later by using UNION ALL with one query

DriverRepository.php

Type Line Description
TODO 152 should join to active package.
TODO 243 should join to active package.

NetworkPolicyRepository.php

Type Line Description
TODO 21 Implement hasNetworkRole() method.

BanWord.php

Type Line Description
TODO 109 Implement parse() method.
TODO 47 implement later

LikeNotification.php

Type Line Description
TODO 98 should use separated email phrase instead of using strip_tags

HasTotalPhoto.php

Type Line Description
TODO 13 remove total_photo,

PhotoImporter.php

Type Line Description
TODO 112 Improve unique column

PhotoGroupItemObserver.php

Type Line Description
TODO 71 Need to clarity why using this condition to check pending item before increase total_video/total_photo for photo group collection

PhotoObserver.php

Type Line Description
TODO 68 Need to clarity why using this condition to check pending item before increase total_photo for photo group collection

Reindex.php

Type Line Description
TODO 56 optimize this

AdminLogged.php

Type Line Description
TODO 15 Change the autogenerated stub

WelcomeNewMember.php

Type Line Description
TODO 58 Implement callbackMessage() method.

UserPresenter.php

Type Line Description
TODO 12 remove presenter, use resource collection.

UserPrivacy.php

Type Line Description
TODO 21 should cache.
TODO 218 check isFriendOfFriend.

UserValue.php

Type Line Description
TODO 18 should cache.

EntityTypeScope.php

Type Line Description
TODO 113 optimize whereIn / indexing in $table
TODO 124 optimize whereIn / indexing in $table

PackageScope.php

Type Line Description
TODO 93 optimize whereIn / indexing in $table
TODO 110 optimize whereIn / indexing in $table

Search results