Changes between Version 13 and Version 14 of P1


Ignore:
Timestamp:
07/02/26 18:50:32 (3 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P1

    v13 v14  
    11== ERModel Current version ==
    22== Diagram ==
    3 [[Image(KristinaSrbinoskaER.5.jpg)]]
     3[[Image(KristinaSrbinoskaER.6.jpg)]]
    44
    55== Data requirements ==
     
    6969'''[[span(style=color: #9A0000, Attributes:)]]'''
    7070* {{{story_id}}} – numeric, required. Auto-generated primary key.
     71* {{{title}}} – text, required. Title of the story.
    7172* {{{mature_content}}} – boolean, required. Indicates if story contains mature content.
    7273* {{{short_description}}} – text, required. Brief description of the story.
     
    135136* {{{notification_id}}} – numeric, required. Auto-generated primary key.
    136137* {{{content}}} – text, required. Content of the notification.
     138* {{{link}}} – text, required. Link
    137139* {{{content_type}}} – multi-valued text, required. Type of notification content. A notification can belong to multiple content types.
    138140* {{{is_read}}} – boolean, required. Indicates whether the notification has been read. Default: false.