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/ActivityFeed.php 1
packages/metafox/activity/src/Support/Browse/Scopes/SortScope.php 1
packages/metafox/activity/src/Support/StreamManager.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/Observers/PhotoObserver.php 1
packages/metafox/photo/src/Repositories/Eloquent/AlbumRepository.php 2
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/Contracts/DataPrivacy/UserDataInterface.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 71 temporarily hide
TODO 77 temporarily hide

FeedRepository.php

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

ActivityFeed.php

Type Line Description
TODO 123 if is activity post, delete activity post resource too ?

SortScope.php

Type Line Description
TODO 46 Implement apply() method.

StreamManager.php

Type Line Description
TODO 656 TBD business rule: How to get older feed ?

CommentNotification.php

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

CommentRepository.php

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

DriverRepository.php

Type Line Description
TODO 159 should join to active package.
TODO 271 should join to active package.

NetworkPolicyRepository.php

Type Line Description
TODO 21 Implement hasNetworkRole() method.

BanWord.php

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

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,

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

AlbumRepository.php

Type Line Description
TODO 491 implement cache
TODO 509 implement cache

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 25 should cache.
TODO 281 check isFriendOfFriend.

UserValue.php

Type Line Description
TODO 18 should cache.

UserDataInterface.php

Type Line Description
TODO 17 NamNV consider to put to queue.

EntityTypeScope.php

Type Line Description
TODO 129 optimize whereIn / indexing in $table
TODO 141 optimize whereIn / indexing in $table

PackageScope.php

Type Line Description
TODO 102 optimize whereIn / indexing in $table
TODO 127 optimize whereIn / indexing in $table

Search results