Skip to content

Schema of Data #7

@iamstiil

Description

@iamstiil

In order to reduce reworking of the views, I would suggest talking through the data we want to save/provide for the book. This will help us design the frontend with the data in mind.

From what I have read so far we need something similar to this:

interface Book {
  title: string;
  author: string | number;
  status: 'available' | 'rented';
  location: string;
}

Let's discuss :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions