GithubHelp home page GithubHelp logo

phase-3-active-record-using-seed-data's Issues

Some ambiguity in this phrase: you can open up a console session...

Canvas Link

https://learning.flatironschool.com/courses/5187/assignments/180532?module_item_id=398258

Concern

As a student, I'm conflicted in reading this statement:
For instance, to create a new record in the games table, you can open up a console session ...

"can" is not a directive to do so, but previous labs seem to have been written where "can" is used as a directive, so I'm not sure. Or, maybe a "seeds" way will come along and I will have made a mess if I do this step. So I scroll down and look for something like this, and I find it. But why did I have to sleuth through the text?

I like that the example is here, but less ambiguity would have let me focus on learning content rather than tiptoe through the material to make sure I don't break something.

Additional Context

No response

Suggested Changes

instead of this:
For instance, to create a new record in the games table, you can open up a console session with bundle exec rake console and use the .create method:

maybe this?:
For instance, to create a new record in the games table, you could open up a console session with bundle exec rake console and use the .create method (but don't do this right now):

Maybe there's a better way to say this, but now ambiguity is gone.
I guess "tense" of the following sentences would have to adjust, e.g. there's this:
Awesome! Our database now has some data in it. We can create a few more games:

but oh well.
These succeeding phrases currently show further invitation/directive to do these commands now. If there won't be a problem, then add a clear invitation to do so rather than "you can". Removing ambiguity about what is ok to do would help. I don't want to make a mess and I don't know enough yet - am depending on guidance of the text.

link for "built-in randomized data generators" goes to faker, not to #generators at faker

Canvas Link

https://learning.flatironschool.com/courses/5187/assignments/180532?module_item_id=398258

Concern

Oops (I think): the link listed here goes to the same "faker" url that was shown three lines above:
Faker has a lot of built-in randomized data generators (Links to an external site.)

I'm guessing this is the intended url?:
https://github.com/faker-ruby/faker#generators

Additional Context

No response

Suggested Changes

Maybe change the link referenced in here:
Faker has a lot of built-in randomized data generators (Links to an external site. https://github.com/faker-ruby/faker)

to this?:
https://github.com/faker-ruby/faker#generators

Lesson does not explain seeding well + a typo

Canvas Link

https://learning.flatironschool.com/courses/5208/assignments/199426?module_item_id=451181

Concern

Did three Game.create's in the console before doing it in the seeds.rb file so the Game.count return value in the following code snippet should be 6. Makes the lesson more confusing than it already is
~
Game.count

=> 3

Game.last

=> #<Game:0x00007ff40641f698

id: 3,

title: "Mario Kart",

genre: "Racing",

~

Additional Context

No response

Suggested Changes

No response

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.