Coder Social home page Coder Social logo

multiverse's Issues

General feedback

Cool project idea! It'll be neat to see how it turns out. Other bonus ideas: ratings (for entire poems or for individual stanzas), poetry collections/albums, associated artwork for poems, search (maybe with typeahead), pagination, etc. Maybe file upload (for dramatic readings?)

Adjust schema

I don't think the current schema is a good model for storing poems and associated stanzas.

Storing the first_stanza differently from other stanzas is asking for trouble. Just create a Stanza model when the poem is created.

Why does last_line need to be separated from a stanza's body?

There doesn't seem to be a way to keep track of where in a poem a stanza occurs. I would drop the poems.first_stanza column and add a stanzas.order column (integer, the "index" of the stanza in the poem)

Keeping a poems.completed column and a poems.num_stanzas column seems redundant. If you set the number of stanzas on creation, then a poem is completed when num_stanzas equals the count of associated stanzas (and it should be calculated, not stored in a column). If users finalize poems manually, then num_stanzas should be calculated instead.

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.