Code Monkey home page Code Monkey logo

anime-list's Introduction

github blogger


I use the following programming languages :)

I use these editors daily



I bought a domain just because I like the name :P

saku.moe


Read more about me at reinforce.moe/about


GitHub stats

Top Langs

No I didn't write that much CSS


anime-list's People

Contributors

reinforcezwei avatar

Watchers

 avatar

anime-list's Issues

Enchanced tagging & category

The tagging feature should:

  • Have a way for managing tags in UI
  • Filter the list by tags
  • Color tag

Maybe have double tagging system:

  • One for tagging anime status or remarks and display tags in the list
  • One for tagging anime category and display in detail panel

New icon design

Ideas:

  • Miku 甩蔥
  • Using the word “漫”
  • Original Q版公仔頭 with color theme pink to red

Background don't use color gradient. Use single color (white or other light color)

Add share function

Share my own anime list. It would be better to choose only share a small subset of the full list.

Redesign database

New design allow for advanced tagging

User
	id
	name
	password
	create_time

Anime
	id
	user_id FK User.id
	name
	create_time
	watched_time
	downloaded
	watched
	rating
	comment
	url
	remark
	tmdb_id

Tag
	id
	user_id FK User.id
	name
	color

AnimeTag
	id
	tag_id FK Tag.id
	anime_id FK Anime.id
	unique(tag_id, anime_id)

Category
	id
	user_id FK User.id
	name
	color

AnimeCategory
	id
	category_id FK Category.id
	anime_id FK Anime.id
	unique(category_id, anime_id)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.