Periodicals(Full Stack Application)
Periodicals
To implement the work of the Periodicals system, the system contains a list of Publications grouped by subject.
The reader can subscribe to one or more publications. For the list of publications, it is necessary to implement the ability to:
- sort publications by title;
- sort publications by price;
- select publications by a certain topic;
- search for a publication by title.
A reader registers in the system and has a personal account that displays information about the publications to which he or she subscribes. An unregistered user cannot subscribe.
To implement the work of the Periodicals system, the system contains a list of Publications grouped by subject.
The reader can subscribe to one or more publications. For the list of publications, it is necessary to implement the ability to:
- sort publications by title;
- sort publications by price;
- select publications by a certain topic;
- search for a publication by title.
A reader registers in the system and has a personal account that displays information about the publications to which he or she subscribes. An unregistered user cannot subscribe.