Skip to content

dylan-k/bestrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bestrew is a database for tracking submissions

This is a tool intended to help writers (or other artists) to keep track of their submissions, venues they'd like to submit to, and the works that they would like to publish. It's called "bestrew" as in, "to spread around."

This project is a testbed for rapidly iterating on several ideas. For now, the project is an experiment designed to learn as much as possible.

Eventual Goals:

  • Incredibly high performance. As creatives, we want to keep track of what's happening with our work, fast, so we can back to the real task of creating the work.

  • Simplicity. Bestrew should be easy to learn and use. It should be anticipatory and avoid redundancy.

  • Flexibility. It should be easy to manage information about, for exmaple, any venue/publication without any limitations. With some other tools, you're limited by what's available within a system or marketplace.

  • Reliability. Crashing, hanging, or losing work should never happen.

To request new features, ask questions or to discuss, have a look at the issues page

Bestrew: What Does it Do?

Bestrew is a simple database designed to track submissions, publications, and details about them.

Bestrew should help you to know:

  • which works are currently submitted for publication?
  • which works have been published?
  • which submissions were accepted/ or not?
  • how long have submissions been open?

This is a simple overview of what Bestrew is designed to track.

  1. Works. What have you created?
  • title
  • type
  • status
  • is the work published? if so...
    • publication venue
    • publication date
  • a recent copy of the work
  1. Venues. Where have you sent your work or where might you send it?
  • title
  • type
  • contact info.
  • submission guideline details
  1. Submissions. Which works went to which venues and what happened?
  • which works have been sent out?
  • to which venues?
  • how long have they been out?
  • what was the result of the submission?
  • (poets) include multiple manuscripts as part of a single submission?
  1. Portfolio. Which works were published/displayed/performed and where?
  • this is a work in progress. suggestions welcome.

You'll find much more detailed information in the create script, create-bestrew.sql.

Getting Started with Bestrew

At the moment, Bestrew is a very simple database, built with SQLite. SQLite is a command line tool, so you may prefer to use a graphical interface such as SQLiteMan which is free software available for Windows, Linux and Mac; or a commercial app like Navicat.

  1. Install SQLite Software on your Linux, Mac, or Windows machine.
  2. Tell SQLite to make a database sqlite3 bestrew.db.
  3. Run .read create-bestrew.sql script to build the database.
  4. Enter works, venues, and submissions into the database tables.
  5. Explore the views to see various reports.

Notes

This project is based on several sources.

This project is growing!

Changelog

This version is for use with SQLite.

Previous versions used LibreOffice Base and Tiddlywiki