Giter Site home page Giter Site logo

info343-group-project's People

Contributors

bkhoy avatar briluu avatar brookslobe avatar leedsjb avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

info343-group-project's Issues

Home: In-Page link to grading policy dies after one use

After clicking the link to #homeMid, is there a way to go back to the normal home page after clicking, scrolling, or doing some action? Scrolling back up to the link and clicking the link doesn't work with how we have it--nor does it work in Dawg Coffee

Calendar Section

Create and format the calendar part (may be a bit difficult compared to other section, in my opinion)

Mobile NavBar Refinements: Expand link clickable area to span viewport

Right now on mobile if you expand the navbar section and try to click a link on the right hand side where there's no text it does not proceed. Right handed users will then have to move their thumb to the left hand side and click on the text to activate the link. We should expand each link's clickable area to span the viewport.

This will also improved the styling as the dark blue background that shows the active link will span the viewport as well, not just the left 1/3 of it.

Fix spacing of footer elements

Social media links on the right side need to be the same distance away from the right edge as the class info on the left side is from the left edge.

Seattle Central College link in the middle needs to be centered. Or removed...I think it looks tacky to have that in the footer.

Nav Bar Styling - Remove Underline

I propose we remove the underline in the navbar that indicated the currently active page. Let's replace it with behavior similar to Dawg Coffee where the active page is indicated by a different color background.

Homework: Positioning of Buttons

How we align the buttons now (top), better (imo) positioning of buttons (bottom)

Would only apply to windows using our largest width (px) size.

align

Add "no results found" functionality to Class Notes and Calendar Page

The ng-repeat directive has an "as" keyword which returns the results (objects) of the current query in a variable. If the length of that variable is "0" no results were found:

<li class="animate-repeat" ng-repeat="friend in friends | filter:q as results">

<li class="animate-repeat" ng-if="results.length == 0">
     <strong>No results found...</strong>
</li>

Let's add this functionality to our Class Notes and Calendar page.

More details here:

https://docs.angularjs.org/api/ng/directive/ngRepeat

Class Notes: Get rid of dropdowns

If the dropdown only gives one extra option, it'd be better to simply have 2 buttons. (One for a PDF, the other for a PowerPoint)

Resources Section

Create and format the different resources available from the original website

Assignment Page Links

Links in Homework section are link text only, not the bootstrap button. Changing the tags to encompass the entire button breaks the button group styling. The buttons no longer have the same width.

Get the content

We need to get the actual content of this website! If one person can be in charge of this and push it to the github, that would be great! We need this ASAP!

Mobile Navbar starts open

Start in a large window. Downsize the window width to get the mobile view. Depending on the page that's being viewed, the mobile hamburger navbar initially displays as open.

Homework Section

Create and format the homework section, while supplying the necessary tools (perhaps similar to the mockup?)

Overall UX Design of Website

In charge of:

  • Making sure the logic flow makes sense
  • Overall site/mobile is aesthetically pleasing (color choices and appropriate placing)
  • Ensure there's unity between all the pages

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.