Giter Club home page Giter Club logo

project-workhang's People

Contributors

htmlmt avatar johnathon101 avatar yofred avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

project-workhang's Issues

Changes Made to JS and Admin

Created admin model to manage place objects.
Fixed address issue with place locations on map from places.

Need to finish implementing review edit feature, expand group moderation. Post - deploy work meeting scheduled.

Where's the plan?

I see just one Issue. Where is your project plan? How are you tracking daily deliverables?

Requirements & Planning

Division of Labor

John
Places routes, model, controller and view
Review model and controller
Google Maps API

Yofred
Profile routes, model, controller and view
Register route, view for page one (Michael will do page two for groups)
Gravatar API
Messaging/Twilio API
Image crop to square

Michael
Design
Homepage route and view
About route and view
Groups routes, model, controller and view
Logins routes and controller
Layout views

Views

Layouts
not logged in

register/no group

logged in/no check-in

logged in/checked in

Login/Register
get "/" => 'pages#home', :as => :home

workhanglogin

Register Account โ€” Page One
get "/users/new" => 'users#new', :as => :new_user
post "/users" => 'users#create'

workhangregister1

Register Account โ€” Page Two
get "/groups" => 'groups#index', :as => :groups
put "/groups/:id" => 'groups#update'

workhangregister2

Homepage
get "/" => 'pages#home', :as => :home

workhang

Homepage with Info Box
get "/" => 'pages#home', :as => :home

workhanginfobox

Check-in
get "/checkin/:id" => 'pages#checkin', :as => :checkin
put "/users/:id" => 'users#update'

workhangcheckin

Place
get "/places/:id" => 'places#show', :as => :view_place

workhangplace

Profile
get "/users/:id" => 'users#show', :as => :view_user

workhangprofile

workhangprofilecss

Homepage after Check-in
get "/" => 'pages#home', :as => :home

workhangaftercheckin

Places
get "/places" => 'places#index', :as => :places

workhangplaces

Create a Place
get "/places/new" => 'places#new' => :new_place
post "/places" => 'places#create'

workhangcreateplace

Groups
get "/groups" => 'groups#index', :as => :groups
put "/groups/:id" => 'groups#update'

workhanggroups

Create a Group
get "/groups/new" => 'groups#new' => :new_group
post "/groups" => 'groups#create'

workhangcreategroup

Edit group
get "/groups/:id/edit" => 'groups#edit' => :edit_group
put "/groups/:id" => 'groups#update'

workhangeditgroup

Settings
get "/users/:id/edit" => 'users#edit', :as => :edit_user
put "/users/:id/edit" => 'users#update'

workhangsettings

About
get "/about" => 'pages#about', :as => :about

workhangabout

Check-out
get "/checkout/:id" => 'pages#checkout', :as => :checkout
put "/users/:id" => 'users#update'

workhangcheckout

Log-out
get "/logout" => 'pages#logout', as => :logout
delete "/logins/:id" => 'logins#destroy'

workhanglogout

No Map
get "/" => 'pages#home', :as => :home

workhangnomap

Tasks Completed/ToDos - Places/Reviews

Have Map
Have Points on Map
Have Long/Lat of Points on Map
Have Links on InfoWindow to Place Page
Have Google API Queries to find Place Location and Put on Map

Need Confirmation Page for Adds - due 3/27 AM
Need Fix for Manual Add Route - due 3/26 PM
Need Place Page Style - due 3/27 AM
Need Review Model Integration Into Place Page due 3/26PM

Opt - Fix Reference Images from GAPI
Opt - Customize Infowindows w/ Checked in Gravs

Development Projects for 4/1-5/1

Mentor Icons Imposed on Gravatars.
Admin control for all places.
Admin control for all users.
User(Mod) control for Groups.
User(Self) control for Reviews.
Email authentication(to user and return). - Sorcery
Redirect deleted place page to a custom 404.
Swap standard icon for custom icon on map
Create a list for occupied and unoccupied popular places, change icon accordingly.
Message board for groups, jquery window?

Login form errors out on bad input.

If you try logging in with no credentials or incorrect credentials, the resulting page is an error page. There should be a proper message to the user.

Home Stretch

Auth Page Failures
Top Check-Ins
Confirm Map Operation, Correct Seed Data
Confirm Manual Location Creation
Build out About Page
Redirect domain
Check Twilio functionality

Yofred's Things

Top 5 Places for Users
Most Recent for Profile
Check in/out functionality
Start CSS?
User upload photo?(low priority)
Fix edit user

Michael's Things

Add Ban Button for group member
Home Page View
Mentor Icon overlay(z-axis)
About Page
Groups page(Names by Gravatars?)(Low Priority)

TO Do By Thursday

Finish Search Model, Manual
Finish the review model,
Rearrange on the show page
Checked In for people that are checked in.
Check In on the Infobox?
And gravatars on the checked in

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.