Giter Site home page Giter Site logo

rocketeria's Introduction

I will not write a webapp from scratch. I will not write a webapp from scratch. I will not write a webapp from scratch.

rocketeria's People

Contributors

modalexii avatar vagabond251 avatar breezyseas avatar

Watchers

 avatar  avatar

rocketeria's Issues

Convert all dates & times to datetime objects upon reciept

FullSlate uses a few different formats for strings representing dates & times. Besides differing conventions, some are in GMT while others the company's configured time zone (EST).

Effective application-wide, these strings should be converted to EST datetime objects immediately upon receipt.

Complete regression test docs

kinda sorta started these...

  • page title
  • header hours
  • form behaviors: newsletter submit, changerequest
  • sendmail
  • create
  • edit, save
  • iframe, table
  • random testimonial
  • testimonial editing
  • image upload
  • alert banner, expiration, header hours override
  • info page

Advisory

No issues are accepted for PoC.

Bugs, questions and feature requests should be emailed to Kyle directly.

Offload DRES (uploaded file) serving to GCS

Implement serving uploaded files directly from GCS

After uploading a file, provide two links:

  1. serve thru rock.biz with memorable filename
  2. serve directly from gcs, with gcs path/name
    Encourage use of 2nd unless URI readability is important.

Edit JS for E-Mail Validation

Current JS (email.js) for E-Mail validation will only validate a single form. Elegant solution needed so that JS will apply to either of the forms (billboard and footer).

Escape I/O

Sanitize all input and output from FSCLIENT.

Newsletter forms lack uniformity

Header .newsletter-signup has explicit height and extra parent container, footer does not. Please make them more similar. Actually need this - not just being a douche.

needs robots file

thinking out loud here...

User-agent: *
Crawl-delay: 5

Host: rocketeria.biz

Disallow: /dres/

Not positive about /dres/

Replace background image with css

Huge image is heinous. Replicate with css.

Suggested gradient:

    background: #000000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzk2MjMyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzk2MjMyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #000000 0%, #962320 30%, #962320 70%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(30%,#962320), color-stop(70%,#962320), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000000 0%,#962320 30%,#962320 70%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000000 0%,#962320 30%,#962320 70%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 0%,#962320 30%,#962320 70%,#000000 100%); /* IE10+ */
    background: linear-gradient(to right, #000000 0%,#962320 30%,#962320 70%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */

I can get the curly thingies from pat.

Create deliverable manual

  • login/out
  • new page
  • edit page
    ** inline editing in general
    ** effect of changing URI during edit
  • delete page
  • upload file
    ** insert as image
    ** deleting images
  • managing alert banner
    ** expiry may be +/- 60m
  • storage quotas, cost overview
  • bug reports, enhancement requests

Hide overflow of testimonials content

Add overflow: hidden to #testimonials-side and #home-testimonials. Also, I will take this moment to make fun of your arbitrarily alternating "thing-place" and "place-thing" convention.

Nav Bar <li> should be clickable

Entire li surrounding nav bar links should be clickable rather than just the a text. JS solution okay provided that a remains clickable without JS.

Billboard Updater

Method, app support & docs for updating billboard images. This is non-essential and can be pushed out to a SP1 or v2 milestone if needed.

Wrap testimonial content

To accommodate the testimonial scroll, please modify the contents of #home-testimonials such that a single element (div, p, whatever) contains the quote and the attribution but nothing else (ie, not the a or h3).

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.