Skip to content

KatrinaFrost/CloudLinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 1 - Cloud Links

#Imagine a world with one place you can store and organise those links?

Isnt is annoying when you read an article you like, or you have many recipies from many different websites, or you find some useful or usless information that you want to come back to or share.

Your tutor or boss chucks extra reading links left right and centre, these links usually get chucked (or forgotten) into your notes app or scribbled on a bit of paper or left open in your browser and you have to scroll through your history until you find that one thing you were looking for. Is it not just exhausting thinking about all of that? Cloud links was built to solve that for you.


My project uses, HTML, Bootstrap and Ruby on Rails.

I also used:

  • The command line
  • Source control - git hub
  • Researched using various tutorials, websites, books and links
  • Comments in code
  • Deployment to Heroku
  • Trello
  • Draw.io for project proposal

What issues did I experience and what I did not get working?

  • Had a trouble understanding Associations and linking the 3 models together
  • Delete button was removed as I could not get this working
  • Too many html.erb files than needed
  • Understanding ow Ruby works, however I have learnt a great deal from this project

What I would like to add?

  • Social media icons
  • Clean, condensed code
  • More styling and features
  • Image / file upload
  • Apply web scraping
  • Like, comments and shares
  • Public feed that shows popular links from the web. Eg news articles so the user can check out these articles and store them

What I would do next time?

  • Take a bit more time in understanding what I want the app to do and achieve
  • Spend more time to understand the navigation and what I need to do to connnect the models together
  • A task list for each day
  • Write a list of all variables needed and give variables better names.
  • DO NOT PANIC CODE
  • Git hub more often (everytime something works)

Acknowledgments

http://rubyonrails.org/ - for a great guide to all things Ruby https://deliveroo.com.au/ - for keeping me fed and sane www.w3schools.com - for Bootstrap guide www.stackoverflow.com


For pretty much everything else - TA's / Tutors / Class mates in WDI23 at GA.

Nick T - for helping me on the night before project showcase to implement bootstrap styling


License

The MIT License (MIT)

Copyright (c) 2013 Thomas Park

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.