コミットグラフ

6 コミット

作成者 SHA1 メッセージ 日付
Jay Eye b4f4393d92 Fix tag display bug. Add symlink for guile module import functionality. 2023-09-09 00:05:16 -04:00
Jay Eye 6f62dd2446 v0.2.0 Idol data scraper and unrating.
- Add binary `juniority-lookup` that scrapes idol data from
  a junior idol information site.
- Add unrating function to make rated items unrated again.
- Enable (un)rating idols and volumes with no menus.
2023-04-11 05:57:37 -04:00
Jay Eye abb3915298 Add license: GPLv3+NIGGER. 2023-03-30 22:29:02 -04:00
Jay Eye 0ba06e5965 v0.1.1-prealpha1
Implement rating of idols, volumes, and studios. This is the first write
operation implemented in the viewer application! Idol, volume, studio, and
search views are set up to sort by rating descending, so rated items
will be at the top.
2023-03-30 04:52:53 -04:00
Jay Eye 12b9f9cfe7 v0.1.0-prealpha1
Binaries:
- juniority, an ncurses-based TUI application for viewing your idol
  database.
- juniority-importer, an stdio data importer for modifying your idol
  database.
- idoldb-transform, a data converter script to bootstrap off of
  ikki123-aidoru/idol-database.

Data:
- idol-database.sqlite3, an idol database bootstrapped with data from
  ikki123-aidoru/idol-database.
- idol-database.jun, the juniority import syntax data used to produce
  the above database. An example of juniority import syntax for the
  curious.

Features:
- TUI application provides many views of idol database:
  - Dedicated views for idols, volumes, and studios.
  - Search views for searching over tags for volumes and idols.
- Data importer is complete. It imports data, and can be used to
  deassociate tags and idols from volumes. All database modification is
  done through the data importer.
- idoldb-transform script converts idol-database data into juniority
  import syntax that can be piped into the data importer.
2023-03-30 03:51:58 -04:00
Jay Eye e2e866c9fd Initial commit.
The importer is already complete. It imports data in a particular
format.
2023-03-19 23:49:57 -04:00