- Define CRUD.
- There are seven verb + path combinations that are necessary in a basic Sinatra app in order to provide full CRUD functionality. List each of the seven combinations, and explain what each is for.
- Why do we use
set method_override: true
? - Explain the difference between
value
andname
in this line:<input type='text' name='task[title]' value="<%= @task.title %>"/>
. - What are
params
? Where do they come from?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jordan Lawler, Brenna Martenson, JP Perry | |
1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed? | |
- Most anytime the group needs to work we are available outside of random small commitments. (Student Advisory board, DSA ETC.) | |
2. How will group members communicate? How often will communication happen, and how will open lines of communication be maintained? | |
- Slack for communication. Phones for necessary situations. | |
3. Which feature(s) does each group member want to work on? Which feature(s) does each group member not want to work on? | |
- CSS: JP Asthethic Design w/ Brenna |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Agile model places stress on dynamicism, communication, and faith in the people involved in a project, | |
to provide a more consistent, relevant, and quickly made project. | |
2. Software benifits from a lack of physical constraints, allowing us to adopt the most efficient development method | |
relativily quickly, this made it the ideal canidate for expirementing on process. | |
3. Many aspects of the agile methodoligy (mvp, small cycle production) actually had its start in auto manufacturers in Japan | |
earlier than when it hit software, testament to the ideas ability to be adapted to other industries. That being said, | |
one of the biggest bottlenecks for agile to work properly in any industry is a competent staff, and a trusting employer. |
NewerOlder