SlideShare a Scribd company logo
Anime Character Database

SIMPLE WEB APP FOR DOCUMENTING ANIME
             CHARACTERS
Introduction

 This app will supply a simple and easy interface by
  which a user can enter a character and his/her
  characteristics to a database.
 These entries can then be pulled by any other user
  via a search.
Features

 jQuery/AJAX driven front end for clean loading
 MySQL database for character storage
 Rating system for each character
 Search for character
 Character Details
Character Details

 Name                    Facial_Hair
 Alias                   Body_Type
 Personality             Anime
 Gender                  Weapons
 Approx_age              Powers
 Hair_Colour             Description
 Hair_length
 Eye_Colour
 Ear_Type
Flow Chart


Create Character

                                Entry favourite total updated
Presented with form

Submit Form                     User Favourites

Enter character into database   Edit Character


Search for Character            User enters new information

Query database                  Request gets 3 upvotes

Display Character information   Edits are finalised
Example Character Entry

   Kamina
   Male
   Hair: Blue
   Eyes: Red
   Tengen Toppa Gurren Lagann
   Katana
Index Layout



           Header

Search     Create       Edit




 Featured Character (random)




           Footer
Search Page



              Header

Search        Create             Edit
             Search Query


    Result                  Result

    Result                  Result

    Result                  Result




              Footer
Create/Edit Page



         Header

Search   Create   Edit




         Footer
Requested Edits Page



            Header

 Search     Create    Edit


    Entry            Approved

    Entry            Approved

    Entry            Approved

    Entry            Approved




            Footer
Database Structure


                                                        Table - Characters
Characte   Characte       Alias      Personali     Gender   Approx_   Hair_col    Hair_len    Eye_Colo    Ear_type   Facial_H   Body_Ty
r_ID       r_Name                       ty                    age       our         gth          ur                     air       pe

 Int NOT   Varchar(30   Varchar(30       =>          =>       =>      Varchar(2      =>       Varchar(2      =>        Bit         =>
  NULL       ) NOT           )       Personaliti   Gender     Age        0)       Hair_Leng      0)         Ears                Body_type
AUTO_IN      NULL                        es                                           th
CREMENT

Anime      Weapons       Powers      Descripti
                                        on

 Int NOT   Varchar(30   Varchar(30       =>
  NULL       ) NOT           )       Personaliti
AUTO_IN      NULL                        es
CREMENT

More Related Content

XLS
Interface table
PDF
Introduction 2 css
PPTX
Ppt6è.heroes&villains
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
PDF
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
PDF
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
PDF
2024 State of Marketing Report – by Hubspot
Interface table
Introduction 2 css
Ppt6è.heroes&villains
2024 Trend Updates: What Really Works In SEO & Content Marketing
Storytelling For The Web: Integrate Storytelling in your Design Process
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
2024 State of Marketing Report – by Hubspot

Recently uploaded (20)

PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
master seminar digital applications in india
PPTX
Cell Types and Its function , kingdom of life
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
01-Introduction-to-Information-Management.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Microbial disease of the cardiovascular and lymphatic systems
PPH.pptx obstetrics and gynecology in nursing
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Basic Mud Logging Guide for educational purpose
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Classroom Observation Tools for Teachers
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
master seminar digital applications in india
Cell Types and Its function , kingdom of life
Renaissance Architecture: A Journey from Faith to Humanism
01-Introduction-to-Information-Management.pdf
human mycosis Human fungal infections are called human mycosis..pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Ad
Ad

Anime character database

  • 1. Anime Character Database SIMPLE WEB APP FOR DOCUMENTING ANIME CHARACTERS
  • 2. Introduction  This app will supply a simple and easy interface by which a user can enter a character and his/her characteristics to a database.  These entries can then be pulled by any other user via a search.
  • 3. Features  jQuery/AJAX driven front end for clean loading  MySQL database for character storage  Rating system for each character  Search for character  Character Details
  • 4. Character Details  Name  Facial_Hair  Alias  Body_Type  Personality  Anime  Gender  Weapons  Approx_age  Powers  Hair_Colour  Description  Hair_length  Eye_Colour  Ear_Type
  • 5. Flow Chart Create Character Entry favourite total updated Presented with form Submit Form User Favourites Enter character into database Edit Character Search for Character User enters new information Query database Request gets 3 upvotes Display Character information Edits are finalised
  • 6. Example Character Entry  Kamina  Male  Hair: Blue  Eyes: Red  Tengen Toppa Gurren Lagann  Katana
  • 7. Index Layout Header Search Create Edit Featured Character (random) Footer
  • 8. Search Page Header Search Create Edit Search Query Result Result Result Result Result Result Footer
  • 9. Create/Edit Page Header Search Create Edit Footer
  • 10. Requested Edits Page Header Search Create Edit Entry Approved Entry Approved Entry Approved Entry Approved Footer
  • 11. Database Structure Table - Characters Characte Characte Alias Personali Gender Approx_ Hair_col Hair_len Eye_Colo Ear_type Facial_H Body_Ty r_ID r_Name ty age our gth ur air pe Int NOT Varchar(30 Varchar(30 => => => Varchar(2 => Varchar(2 => Bit => NULL ) NOT ) Personaliti Gender Age 0) Hair_Leng 0) Ears Body_type AUTO_IN NULL es th CREMENT Anime Weapons Powers Descripti on Int NOT Varchar(30 Varchar(30 => NULL ) NOT ) Personaliti AUTO_IN NULL es CREMENT