in Education by
We have a big system with hundreds of models (Users, Employees, Payments, Tasks, Projects, and so on). We would like to implement a main page for our system that displays the latest activity (a Facebook-like page). This main page would be very simple and display something like: Project #123 modified by Frank Smith (1 hour ago). Task #129 created by John Cook (1 day ago). etc. Each of these will link to the modified model. Is there an "easy" way to implement this without having to spread code through all our system? I'm sure Laravel has something that would make implementing this very simple. But can't seem to find a solution. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Define a common interface for the models that you care about to make sure you can pull the id, name, or any other information from all the models. (Edit: You probably don't need the model to define the user and timestamp since that can be pulled from the current timestamp and the current auth user). Define an event listener for 'eloquent.saved' that checks if the model implements that interface and creates the feed "post" with that information.

Related questions

0 votes
    We have a big system with hundreds of models (Users, Employees, Payments, Tasks, Projects, and so on ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 15, 2022 in Education by JackTerrance
0 votes
    We have a big system with hundreds of models (Users, Employees, Payments, Tasks, Projects, and so on ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    We have a big system with hundreds of models (Users, Employees, Payments, Tasks, Projects, and so on ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 10, 2022 in Education by JackTerrance
0 votes
    I am using datatable with Laravel to order a response that i receive from an API I connect to the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I have a blade template that creates a form. The form uses a foreach loop to iterate through a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 10, 2022 in Education by JackTerrance
0 votes
    I have a blade template that creates a form. The form uses a foreach loop to iterate through a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 22, 2022 in Education by JackTerrance
0 votes
    How can I display images from the storage folder (outside public)? I stored my image files in storage/ ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    The ________ gives access to frequently used apps and recent activities. A. Me Area B. Workspace area C. Notification area...
asked Mar 2, 2023 in Technology by JackTerrance
0 votes
    Can you find out some of the summit meetings that have taken place between leaders of India and Pakistan in recent ... the meetings take place? Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
     In recent years India has paid adequate attention to ASEAN'. Give two points to justify the statement. OR Explain ... the Han River'. Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    priya has added her profile to the recent list of ms word. which feature has she used to do this Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    The __________ standard is an alternative for single sign-on across organizations, and has seen increasing ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    The most recent version of standard SQL prescribed by the American National Standards Institute is (a) SQL ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Move the most recent commit(s) to a new branch with Git?...
asked Jan 7, 2021 in Technology by JackTerrance
...