Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Delete references to page and image_number in models.ts #76
Browse files Browse the repository at this point in the history
  • Loading branch information
carrosa committed Jan 29, 2019
1 parent 323754b commit 4fef8c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/angular_frontend/src/app/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export interface IPhoto {
motive: string;
date_taken: Date;
photo_ppoi: string;
page: number;
image_number: number;
lapel: boolean;
scanned: boolean;
on_home_page: boolean;
Expand Down Expand Up @@ -170,12 +168,6 @@ export interface IOrder {
order_completed: boolean;
}

export interface ILatestImageAndPage {
album: number;
latest_page: number;
latest_image_number: number;
}

export interface IOrderPhoto {
/* photo: IPhoto; */
photo: number;
Expand Down Expand Up @@ -226,8 +218,6 @@ export const testData: IResponse<IPhoto> = {
motive: 'desc',
date_taken: new Date(),
photo_ppoi: 'ppoi',
page: 13,
image_number: 37,
lapel: false,
scanned: false,
on_home_page: false,
Expand Down

0 comments on commit 4fef8c0

Please sign in to comment.