Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleApp
Please create a React-JS application for the TitleModule. The application has to offer the following views for the user interface: 1. CountryView 2. TitleView 3. TitleProductionCompanyView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 3 views are defined below. 1. The CountryView must contain the following fields: - name: IsoCode2 type: STRING - name: IsoCode3 type: STRING - name: Name type: STRING - name: Region type: STRING - name: Subregion type: STRING An existing Country entity should be loaded from the relative URL: "/TitleService/country/{id}" (HTTP-GET) If a new Country entity has been created, the new entity should be posted to the relative URL: "/TitleService/country" (HTTP-POST) If an existing Country entity has been updated, the modified entity should be sent to the relative URL: "/TitleService/country/{id}" (HTTP-PUT) If an existing Country entity has to be deleted, the following relative URL should be called: "/TitleService/country/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TerritoryAvailability columns: - column: Country - column: AvailableTo - column: Notes - column: AvailableFrom - column: Service The table should have the title "TerritoryAvailabilitys" und the data must be loaded from the server with the following relative URL: "/ServiceService/territoryavailability/country/{id}" Add a HTML table to the view with the following PaymentMethod columns: - column: User - column: ExpiryMonth - column: IsDefault - column: Provider - column: BillingCountry - column: ExpiryYear - column: LastFour - column: Type - column: CreatedAt The table should have the title "PaymentMethods" und the data must be loaded from the server with the following relative URL: "/UserService/paymentmethod/billingcountry/{id}" Add a HTML table to the view with the following SportsEvent columns: - column: Country - column: Name - column: EventDate - column: Venue - column: Title - column: CompetitionName - column: SportType The table should have the title "SportsEvents" und the data must be loaded from the server with the following relative URL: "/ChannelService/sportsevent/country/{id}" Add a HTML table to the view with the following ContentAvailability columns: - column: Title - column: Country - column: AvailableTo - column: Notes - column: AvailableFrom - column: IsTransactional - column: IsIncludedWithSubscription The table should have the title "ContentAvailabilitys" und the data must be loaded from the server with the following relative URL: "/CompanyService/contentavailability/country/{id}" Add a HTML table to the view with the following Title columns: - column: ExternalReference - column: ProductionCountry - column: Name - column: OriginalName - column: RuntimeMinutes - column: ReleaseDate - column: ImdbId - column: OriginalLanguage - column: Synopsis - column: IsOriginalProduction - column: Type The table should have the title "Titles" und the data must be loaded from the server with the following relative URL: "/TitleService/title/productioncountry/{id}" Add a HTML table to the view with the following ProductionCompany columns: - column: Website - column: Name - column: Country - column: Description The table should have the title "ProductionCompanys" und the data must be loaded from the server with the following relative URL: "/ProductionCompanyService/productioncompany/country/{id}" Add a HTML table to the view with the following RatingSystem columns: - column: Description - column: Name - column: Country The table should have the title "RatingSystems" und the data must be loaded from the server with the following relative URL: "/ProductionCompanyService/ratingsystem/country/{id}" Add a HTML table to the view with the following User columns: - column: DisplayName - column: Status - column: Country - column: PasswordHash - column: CreatedAt - column: Email The table should have the title "Users" und the data must be loaded from the server with the following relative URL: "/UserService/user/country/{id}" Add a HTML table to the view with the following Person columns: - column: BirthDate - column: Name - column: Biography - column: BirthCountry The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/birthcountry/{id}" 2. The TitleView must contain the following fields: - name: ExternalReference type: STRING - name: ImdbId type: STRING - name: IsOriginalProduction type: BOOL - name: Name type: STRING - name: OriginalLanguage type: Language - name: OriginalName type: STRING - name: ProductionCountry type: Country - name: ReleaseDate type: DATE - name: RuntimeMinutes type: LONG - name: Synopsis type: STRING - name: Type type: STRING The data source for the [OriginalLanguage] select control should be loaded from the relative URL: "/LanguageService/language" (HTTP-GET) The data source for the [ProductionCountry] select control should be loaded from the relative URL: "/TitleService/country" (HTTP-GET) An existing Title entity should be loaded from the relative URL: "/TitleService/title/{id}" (HTTP-GET) If a new Title entity has been created, the new entity should be posted to the relative URL: "/TitleService/title" (HTTP-POST) If an existing Title entity has been updated, the modified entity should be sent to the relative URL: "/TitleService/title/{id}" (HTTP-PUT) If an existing Title entity has to be deleted, the following relative URL should be called: "/TitleService/title/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SubtitleTrack columns: - column: Language - column: Format - column: IsClosedCaption - column: Description - column: Title The table should have the title "SubtitleTracks" und the data must be loaded from the server with the following relative URL: "/LanguageService/subtitletrack/title/{id}" Add a HTML table to the view with the following Episode columns: - column: Name - column: EpisodeNumber - column: Synopsis - column: RuntimeMinutes - column: Season - column: Title - column: ReleaseDate The table should have the title "Episodes" und the data must be loaded from the server with the following relative URL: "/EpisodeService/episode/title/{id}" Add a HTML table to the view with the following TitleDrmScheme columns: - column: Title - column: DrmScheme The table should have the title "TitleDrmSchemes" und the data must be loaded from the server with the following relative URL: "/DrmSchemeService/titledrmscheme/title/{id}" Add a HTML table to the view with the following SportsEvent columns: - column: Country - column: Name - column: EventDate - column: Venue - column: Title - column: CompetitionName - column: SportType The table should have the title "SportsEvents" und the data must be loaded from the server with the following relative URL: "/ChannelService/sportsevent/title/{id}" Add a HTML table to the view with the following ContentAvailability columns: - column: Title - column: Country - column: AvailableTo - column: Notes - column: AvailableFrom - column: IsTransactional - column: IsIncludedWithSubscription The table should have the title "ContentAvailabilitys" und the data must be loaded from the server with the following relative URL: "/CompanyService/contentavailability/title/{id}" Add a HTML table to the view with the following AudioTrack columns: - column: Description - column: Title - column: Codec - column: IsOriginal - column: Language - column: ChannelLayout The table should have the title "AudioTracks" und the data must be loaded from the server with the following relative URL: "/LanguageService/audiotrack/title/{id}" Add a HTML table to the view with the following LiveProgram columns: - column: IsSportsEvent - column: Channel - column: EndTime - column: Title - column: SportsEvent - column: StartTime The table should have the title "LivePrograms" und the data must be loaded from the server with the following relative URL: "/ChannelService/liveprogram/title/{id}" Add a HTML table to the view with the following PlaybackSession columns: - column: IsLive - column: Season - column: Title - column: Profile - column: Episode - column: EndedAt - column: PlaybackType - column: Device - column: StartedAt The table should have the title "PlaybackSessions" und the data must be loaded from the server with the following relative URL: "/EpisodeService/playbacksession/title/{id}" Add a HTML table to the view with the following Season columns: - column: Title - column: Synopsis - column: Name - column: ReleaseDate - column: SeasonNumber The table should have the title "Seasons" und the data must be loaded from the server with the following relative URL: "/SeasonService/season/title/{id}" Add a HTML table to the view with the following ContentRating columns: - column: Title - column: RatingSystem - column: RatingDescription - column: RatingCode The table should have the title "ContentRatings" und the data must be loaded from the server with the following relative URL: "/ProductionCompanyService/contentrating/title/{id}" Add a HTML table to the view with the following TitleCast columns: - column: CharacterName - column: BillingOrder - column: Person - column: IsVoiceRole - column: Title The table should have the title "TitleCasts" und the data must be loaded from the server with the following relative URL: "/GenreService/titlecast/title/{id}" Add a HTML table to the view with the following DownloadLicense columns: - column: Episode - column: Profile - column: Season - column: DeviceLimit - column: GrantedAt - column: IsExpired - column: ExpiresAt - column: Title The table should have the title "DownloadLicenses" und the data must be loaded from the server with the following relative URL: "/SeasonService/downloadlicense/title/{id}" Add a HTML table to the view with the following WatchlistItem columns: - column: Profile - column: AddedAt - column: Title The table should have the title "WatchlistItems" und the data must be loaded from the server with the following relative URL: "/ProfileService/watchlistitem/title/{id}" Add a HTML table to the view with the following TitleGenre columns: - column: Genre - column: Title The table should have the title "TitleGenres" und the data must be loaded from the server with the following relative URL: "/GenreService/titlegenre/title/{id}" Add a HTML table to the view with the following UserRating columns: - column: RatedAt - column: Profile - column: RatingValue - column: Title The table should have the title "UserRatings" und the data must be loaded from the server with the following relative URL: "/VideoFormatService/userrating/title/{id}" Add a HTML table to the view with the following LicenseAgreement columns: - column: LicensorCompany - column: IsExclusive - column: LicenseEnd - column: LicenseStart - column: TerritoryScope - column: Title The table should have the title "LicenseAgreements" und the data must be loaded from the server with the following relative URL: "/CompanyService/licenseagreement/title/{id}" Add a HTML table to the view with the following TitleProductionCompany columns: - column: ProductionCompany - column: Title - column: Role The table should have the title "TitleProductionCompanys" und the data must be loaded from the server with the following relative URL: "/TitleService/titleproductioncompany/title/{id}" Add a HTML table to the view with the following WatchHistory columns: - column: Episode - column: Profile - column: StartedAt - column: ProgressPercent - column: Season - column: CompletedAt - column: Title - column: LastPositionSeconds The table should have the title "WatchHistorys" und the data must be loaded from the server with the following relative URL: "/ProfileService/watchhistory/title/{id}" Add a HTML table to the view with the following TitleCrew columns: - column: Person - column: CreditOrder - column: RoleType - column: Title The table should have the title "TitleCrews" und the data must be loaded from the server with the following relative URL: "/PersonService/titlecrew/title/{id}" Add a HTML table to the view with the following TitleVideoFormat columns: - column: VideoFormat - column: Title The table should have the title "TitleVideoFormats" und the data must be loaded from the server with the following relative URL: "/VideoFormatService/titlevideoformat/title/{id}" 3. The TitleProductionCompanyView must contain the following fields: - name: ProductionCompany type: ProductionCompany - name: Role type: STRING - name: Title type: Title The data source for the [ProductionCompany] select control should be loaded from the relative URL: "/ProductionCompanyService/productioncompany" (HTTP-GET) The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) An existing TitleProductionCompany entity should be loaded from the relative URL: "/TitleService/titleproductioncompany/{id}" (HTTP-GET) If a new TitleProductionCompany entity has been created, the new entity should be posted to the relative URL: "/TitleService/titleproductioncompany" (HTTP-POST) If an existing TitleProductionCompany entity has been updated, the modified entity should be sent to the relative URL: "/TitleService/titleproductioncompany/{id}" (HTTP-PUT) If an existing TitleProductionCompany entity has to be deleted, the following relative URL should be called: "/TitleService/titleproductioncompany/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint