mtamc / memo

Website for rating books, movies, video games, and TV shows.
0 stars 0 forks source link

Customize the default displayed columns and set of tables #11

Closed dustinvtran closed 2 years ago

dustinvtran commented 2 years ago

Example: Films don't need Watching or Dropped.

Example: Completed in Video Games doesn't need Playtime displayed by default.

ghost commented 2 years ago

Do you mean that you want those specific changes done or you want users to individually select this? The latter would be a fairly complex project

dustinvtran commented 2 years ago

Those specific changes as default. For the default columns per table, you could look at which columns I used for each table in my old code: for example here's films/index.html.

For films, I removed the two Watching and Dropped tables altogether as I think films are so short it's tedious to track under WIP.

dustinvtran commented 2 years ago

Thanks for adding these!

Let's also add studio as a default column in all video game titles, and with a column width closer to half its current width (it's too wide).

EDIT: Assigned this to myself as it's a simple change to columns.js. Will let me try the full workflow to check things + commits work on my end.

dustinvtran commented 2 years ago

Fixed in https://github.com/td-memo/memo/commit/3d9451d117b0d94c210357ef71975bca88445227.