How:Getting Started: Difference between revisions

From Memento Database Wiki
Jump to navigation Jump to search
(Created page with "In this article we cover the basics of Memento that will get you started. We do this under three levels. Beginner, Intermediate, and Advanced. However, no matter the level...")
 
No edit summary
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
In this article we cover the basics of Memento that will get you started.  We do this under three levels.  Beginner, Intermediate, and Advanced.  However, no matter the level you wish to start with, the first thing one should do is create a plan on paper, an outline of what you want to accomplish with your database.
THIS PAGE IS UNDER DEVELOPMENT


So, your first decision is whether to create your database from the Online Catalog or to start from ScratchSee - How:Add a Library
In this article we cover the three methods available to get you started in creating your database.  We do this under three levels.  Beginner, Intermediate, and Advanced. However, no matter the level you wish to start with, the first thing one should do is create a plan on paper, an outline or blueprint of what you want to accomplish with your database.   '''See''' → [[How:Add a Library]]
No matter the choice you make, whether to create from Scratch or from the Online Catalog, one will still need to create a plan.  A blueprint if you will, so let’s do that first.
<br />


Let’s say you are an avid reader and have a library of books.  You want to keep track of books you have read, books you’ve loaned out to family, and books you want to purchase or obtain from your local library.
For example, let us say you are an avid reader and have a library of books.  You want to keep track of the books you have read, books you have loaned out to family, and books you want to purchase or obtain from your local library. Our blueprint is as follows:
<br />
Your Blueprint:
 
Give your library a name:  My Books
Library Name:
Decide on names for your fields (this is the information you wish to track) and provide a brief description of how the data will be entered: See - Field Type
<br />
Series Number - An integer field to enter the number of the series.
'''''My Books'''''
Series name - A text field to enter the name of the series.
<br />
Title - A text field to enter the name of the book.
 
Author - A text field to enter the name of the author.
Fields: '''See''' → [[Field Type]]
Genre - A multiple choice list to choose the genre:  Horror, Fantasy, Thriller, SciFi, Medical Thriller, Cookbook, Health, Mystery, Finance, Crime Fiction, Legal Fiction
:*'''Series Number''' - An integer field to enter the number of the series.
Short Description - A text field to enter the books introduction.
:*'''Series name''' - A text field to enter the name of the series.
Lent To? - A contact field which links to a person in your devices contact app.
:*'''Title''' - A text field to enter the name of the book.
Lent On - A date field to enter the date the book was lent out.
:*'''Author''' - A text field to enter the name of the author.
Rating - A rating field to rate the book from 1 star to 5 star.
:*'''Genre''' - A multiple choice list to choose the genre:  Horror, Fantasy, Thriller, SciFi, Medical Thriller, Cookbook, Health, Mystery, Finance, Crime Fiction, Legal Fiction
Obtained From - A single choice list to choose from a defined list of options:  Library, Local Store, Online, My Bookshelf
:*'''Short Description''' - A text field to enter the books introduction.
Price - A currency field to track value of the library.
:*'''Lent To?''' - A contact field which links to a person in your devices contact app.
Status - A single choice list to to define a book as Read, Unread, Want
:*'''Lent On''' - A date field to enter the date the book was lent out.
Book Cover -  An image field for book covers.
:*'''Rating''' - A rating field to rate the book from 1 star to 5 star.
Barcode - A barcode field to record a books ISBN.
:*'''Obtained From''' - A single choice list to choose from a defined list of options:  Library, Local Store, Online, My Bookshelf
:*'''Price''' - A currency field to track value of the library.
:*'''Status''' - A single choice list to to define a book as Read, Unread, Want
:*'''Book Cover''' -  An image field for book covers.
:*'''Barcode''' - A barcode field to record a books ISBN.
 
Within your library you will have entries which are equivalent to a row within a spreadsheet, and fields which are equivalent to columns within a spreadsheet.  In a spreadsheet rows run horizontally while columns run vertically and in Memento it is exactly the same.

Revision as of 20:09, 19 July 2020

THIS PAGE IS UNDER DEVELOPMENT

In this article we cover the three methods available to get you started in creating your database. We do this under three levels. Beginner, Intermediate, and Advanced. However, no matter the level you wish to start with, the first thing one should do is create a plan on paper, an outline or blueprint of what you want to accomplish with your database. SeeHow:Add a Library

For example, let us say you are an avid reader and have a library of books. You want to keep track of the books you have read, books you have loaned out to family, and books you want to purchase or obtain from your local library. Our blueprint is as follows:

Library Name:
My Books

Fields: SeeField Type

  • Series Number - An integer field to enter the number of the series.
  • Series name - A text field to enter the name of the series.
  • Title - A text field to enter the name of the book.
  • Author - A text field to enter the name of the author.
  • Genre - A multiple choice list to choose the genre: Horror, Fantasy, Thriller, SciFi, Medical Thriller, Cookbook, Health, Mystery, Finance, Crime Fiction, Legal Fiction
  • Short Description - A text field to enter the books introduction.
  • Lent To? - A contact field which links to a person in your devices contact app.
  • Lent On - A date field to enter the date the book was lent out.
  • Rating - A rating field to rate the book from 1 star to 5 star.
  • Obtained From - A single choice list to choose from a defined list of options: Library, Local Store, Online, My Bookshelf
  • Price - A currency field to track value of the library.
  • Status - A single choice list to to define a book as Read, Unread, Want
  • Book Cover - An image field for book covers.
  • Barcode - A barcode field to record a books ISBN.

Within your library you will have entries which are equivalent to a row within a spreadsheet, and fields which are equivalent to columns within a spreadsheet. In a spreadsheet rows run horizontally while columns run vertically and in Memento it is exactly the same.