FR10: The system shall return the number of likes that a program has received from the users.
Requirements related to the university controller
FR7: The system shall return the number of likes that a university has received from the users.
Additional Requirement
User Stories
As a user, I would like to have a rapid response when I fetch the number of likes for a particular university or program, so that I don't have to wait a long time.
As an administrator of the system, I would like to have as low queries going around in the database, so that I can reduce the cost for the database.
Acceptance Criteria
[x] Change the like mechanism for programs to be related to the statistics collection.
[x] Change the like mechanism for universities to be related to the statistics collection.
Related Requirements
Requirements related to the program controller
FR10: The system shall return the number of likes that a program has received from the users.
Requirements related to the university controller
FR7: The system shall return the number of likes that a university has received from the users.
Additional Requirement
User Stories
As a user, I would like to have a rapid response when I fetch the number of likes for a particular university or program, so that I don't have to wait a long time. As an administrator of the system, I would like to have as low queries going around in the database, so that I can reduce the cost for the database.
Acceptance Criteria