Code Monkey home page Code Monkey logo

Comments (6)

douggrubba avatar douggrubba commented on September 27, 2024

My first thought would be a cookie.

@ericbarnes Are you still trying to get away with no db?

from status-board.

ericlbarnes avatar ericlbarnes commented on September 27, 2024

I am not totally against a db and that may actually be the best route.

from status-board.

 avatar commented on September 27, 2024

I would prefer something persistent so that when people look at the board from different sources they are all looking at the same layout.

from status-board.

ericlbarnes avatar ericlbarnes commented on September 27, 2024

I will say lets go the db route. I will take this task and should have time this coming week. Probably start with mysql but I know laravel also supports several others just like CI.

from status-board.

ericlbarnes avatar ericlbarnes commented on September 27, 2024

I pushed up a very rough first draft of db migrations. It is late and couldn't think clearly about all the tables and options but you should be able to follow along in that branch:
https://github.com/ericbarnes/Status-Board/tree/feature/migrations

FYI migrations are ran via cli.

php artisan migrate:install # to install migration table
php artisan migrate # to go to latest
php artisan migrate:rollback # go backwards
php artisan migrate:make name # To create new migration file.

from status-board.

 avatar commented on September 27, 2024

http://gridster.net/ - this looks like a good tool to use for the drag and drop

from status-board.

Related Issues (8)

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.