Coder Social home page Coder Social logo

dashboard's Issues

Cost info

Info related to cost to possibly display for each project

  • Cost reimbursable? (yes/no)
  • Utilization rate
  • #FTEs per week

API mention

Something that highlights projects using API-first strategy, api.data.gov, etc.

(breaking out #1 )

mobile issues

  • chevrons aren't working on iPhone/iPad Safari
  • text overlapping

Basic Project Info

Basic info to display about each project:

  • Name
  • Short description
  • Date of last public demo/upcoming demo
  • Contact info
  • Rough start date
  • Client
  • License(s)
  • Blog posts about the project
  • API 1st project? (yes/no) (link to API docs)
  • IAs/MOUs

Clean up Jekyll structure

  • add Sass
  • create assets directory
  • move appropriate files/directors to assets and update Jekyll to reflect new file structure

Clean up repo

  • Delete old stuff
  • Clean to match 18f.gsa.gov structure

GitHub Info

Possible info to display about each project from GitHub

  • of commits

  • Most recent commit
  • Languages
  • Stars, Watching

  • Pull requests
  • of Pull requests from non-18Fers

  • Issues, # issues closed

Icon font display on local and live

To use the font file on gh-pages, we have to specify the full path to the files. Usually this is done through a Jekyll mustache dealy so it can be easily switched for local versus live. However, for the font as it is currently structured, there is a path in a css file, which Jekyll does not parse. This means we have to hard-code the entire path and choose whether to have it working locally or live. It is currently set to work live.

This deserves further thinking around how to make this better. There may be a way to move the font file to Sass, which Jekyll does parse and compile.

File in question: https://github.com/18F/dashboard/blob/gh-pages/assets/css/fonts.css

Site not ready to be run under HTTPS

If you visit https://18f.github.io/dashboard/, you'll see a ton of warnings in the console - fonts won't load, and the GovCode API can't be hit.

The GovCode API thing is a blocker, unless you proxy it somehow - its URL is http://api.govcode.org and it doesn't respond to https://, so it can't be fetched from an https:// page until it does. You could proxy all requests through nginx or something (like we did for https://18f.gsa.gov/listserv for GSA's Hydra service) but it'd be much better if GovCode added https:// support.

The font links have two problems - they are hardcoded to http://18f.github.io URLs, but even when updated to https://, they will only work for that website exactly. It'd be better to make those URLs relative (starting with a /) if possible.

cc @dlapiduz

status

Is the project on track? Is it behind? Is something blocking it? red/yellow/green status indicator

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.