Code Monkey home page Code Monkey logo

personal_crm's Introduction

README

2022-01-31

Spent a lot of time thinking about what I want out of this. Practice with:

  • authentication (low priority)
  • Tailwind
  • rapid idea testing
  • data modeling, converting to schema, filling with useful (but fake) data

I want to keep track of the tons of folks I meet while bumming around Golden and Denver.

So, I'm gonna keep track of "relationships", because... thats what they are.

I've had a bunch of recent conversations where I've wanted to quickly jot down/save some details, but deff details recording where the person lives.

But also where I met them. So... onward.

rails g model Friend name:string address:string home_lat:string home_long:string where_we_met:string strava_route_where_we_met:string

Lets see if we can mock up a usable page on localhost...

making progress.

rails g controller StaticPage home

set root there. Localhost renders. Lets get some views for data entry via the web...

So far, so good. I've got an index, with all friends rendered, and a link to "create new friend entry". Lets create the form for that next...

but first, I'll try to send this boulder problem on the other side on the tension board...

almost got it...

OK, ironed out a basic page that can accept an entry. Ugly as hell.

Futzed with params and route paths a bit to get everything happy. https://stevepolito.design/blog/rails-authentication-from-scratch/#step-1-build-user-model has been SO HELPFUL for refreshing my memory of everything. I kinda wanna work through his guide twice. Actually, I probably should.

anyway, next...

  • flesh out the rest of the form
  • get at least links in place to google maps, strava, third party sources
  • add tailwind because why fucking not, right?
  • gonna need to add logins and such, so I can futz around w/this on Heroku but have only my data, and not display it to the world.

2021-10-28

Working through https://www.codewithjason.com/complete-guide-to-rails-testing/

Adding Faker, basic migrations, tests, model, controllers.

Rspec cheatsheets

personal_crm's People

Contributors

josh-works avatar

Watchers

James Cloos avatar  avatar

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.