-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chelsea | MVC Tweedr #118
base: master
Are you sure you want to change the base?
Chelsea | MVC Tweedr #118
Conversation
…are following, follow users, create tweets
…ted by the current user
… add feature for registered users to auto-follow themselves so that they can see their own tweets.
…y edited the style.
…dation when creating a hashtag so that user cannot name it "noHashtag" which is used as a conditional
Part 3: Creating HashtagsPlease describe your comfort and completeness levels before submitting. Comfort Level (1-5): 2.5 Completeness Level (1-5): 2 How many hours did you spend on this assignment? 3 hrs What part did you spend the most time on? Trying to figure out how to get a table with all the tweet info, user info, and hashtag info. Does the assignment run without errors? If the assignment has errors, what are they? Yes (user can add hashtag when creating tweet) Describe one part of the code or choose one line you would improve upon. What would you improve? What did you think of this deliverable? Any other comments? |
Part 4: AJAX RequestsDescribe your comfort and completeness levels before submitting. Comfort Level (1-5): 2.5 Completeness Level (1-5): 1 How many hours did you spend on this assignment? 1.5hrs What part did you spend the most time on? Writing the script.js / re-reading floobits to see what goes where. Then trying to get a hold of the correct results object. Confused as to why this.responseText (in script.js) works in the floobits demo but not in my code (I had to use request.responseText instead, where request is my XMLHttpRequest object) Does the assignment run without errors? If the assignment has errors, what are they? Yes Describe one part of the code or choose one line you would improve upon. What would you improve? What did you think of this deliverable? Any other comments? |
Part 1
Deliverable Submission
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5): 3.5
Completeness Level (1-5): 3
How many hours did you spend on this assignment? 8hrs
What part did you spend the most time on? Planning SQL tables, creating css
Does the assignment run without errors? If the assignment has errors, what are they?
Describe one part of the code or choose one line you would improve upon. What would you improve?
What did you think of this deliverable? Any other comments?
Enjoyed it because it got me thinking about how huge websites like Twitter actually work. I still find that I am kinda blindly doing MVC though.