Giter Site home page Giter Site logo

csc354's People

Contributors

agilkak avatar kevinak941 avatar psche424 avatar sefmahmoud avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

pschemm031

csc354's Issues

Ranks

What will be the list of ranks and how many will there be?

Currently we have the first rank, something like..

1. Short Order Chef

What will be the mechanism that causing the user to increase rank? (Will it be number of recipes, clips? Will there by experience points?)

Achievement Ideas

Here we will list achievement ideas. Post ideas below

Total Number of Recipes Posted by the user
Total Number of clips made by the user
Total Number of clips made of user's recipes

How to handle conflicts

If a conflict occurs when uploading a file,
It may be able to auto-merge the files.
Just pull down the repo using

git pull origin master

Then if you've already set up your commits
Use:

git push origin master

If it works, then it auto-merged and you won't have to do anything

For manual merging, just copy your changed files into another location, then copy and paste the changes you made into the newly pulled down file, then re-commit and push it back up.

Patrick

  • Convert the following wire frames into markup
    • Dashboard (views/dashboard.php)
    • Feed (views/feed.php)
    • Recipe Book (views/my_book.php)

Basic Styling

Use bootstrap and JQM css to create a slightly styled view based on the wireframes.

Need to focus on the structure of the application rather then "colors/images/etc"

Identify Hosting

What hosting will we use for the application?

Mainly for demo purposes.

Finalize Chef Design + Buttons

  • "Finalize" the design of the chef.
  • Upload a big image of the chef as .png to the repo
  • Work on simple button for starting application

Convert Wireframes into Markup

Convert the following wire frames into markup

  • Dashboard (views/dashboard.php)
  • Feed (views/feed.php)
  • Recipe Book (views/my_book.php)

Basic Commands

Quick Reference

git status
git commit
git commit -a
git push origin master
git pull origin master

Always pull down the repo first

git pull origin master

To check the status of the file you've worked on use

git status

There are two core ways to commit files.

  • Just push all my changes up (Easiest way)
git commit -a

That will bring up a VIM window (text-editor in linux). Use the "insert" button on your keyboard, type relevant message about the changes you've made. Then hit the "esc" button then type :wq (That stands for write + quit).

  • Manually add files
    Use this command to add a file to a commit
git add <file_path and name>

Using git status you can check what's going to be commited
Use the command

git commit

To add all the files your specified with git add to the commit

Lastly, you need to push your changes
Use the command:

git push origin master

There are dozens of other things you can do like set up branches and change the remote, but for now "origin master" will be all you need to do.

MYSQL Hosted Database

Host: mysql8.000webhost.com 
User: a5008569_csc354
Database: a5008569_csc354
Password: tester1

Create Icon Set For Images

Here's a simple guide to explain what I mean

http://webdesign.tutsplus.com/articles/guidelines-for-creating-your-own-icon-set--webdesign-5692

In no way shape or form do you have to be so complex with it. Just make an image and place all of your icons side by side in an even grid. We'll be using what you can imagine to be a square that we will place over each icon and use that square in the application.

So it'd be something like this:
Just really simple, don't get to fancy with it.

df_on_stage_preview

Continue Working On WireFrames

As the title says. Upload new changes to the repo using the native github interface I showed you in class.

Feel free to increment the version number in the file name.

Identify fonts via google fonts

Provide a list of fonts used in your wireframes.

Please try to match them up with google fonts that way we can easily embed them.

Sef

  • Create view/create wire frames for application
  • Identify fonts via google fonts
  • Identify possible achievements

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.