Coder Social home page Coder Social logo

baltimorecountymd.gov-assets's People

Contributors

jdomasky avatar martypowell avatar mxsnyder avatar sdurphy avatar sgrg1 avatar snydercreative avatar srutherfordbcg avatar tmccoy529 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jdomasky

baltimorecountymd.gov-assets's Issues

Update Content Filter

Improve the Usability of the Clear Button

  • Remove “Clear” button from the right of the search input.
  • Add magnifying glass icon to indicate search/filter behavior.
  • When user begins typing, render an X icon to indicate clear.
  • Selecting X resets filter and deletes any text that had been entered in the text input.

Homepage scrolls horizontally in IE11

The homepage scrolls horizontally in IE11. I've narrowed it down to the search box being the issue, and the snippet below shows the change I made in the inspector that seemed to make the problem go away.

.carousel-wrapper .search-container {
    position: absolute;
    right: 50%; /* changed from left: -50% */
    z-index: 999;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(50%);
}

Updates for HTTPS conversion

coplogic

https://dev.baltimorecountymd.gov/Agencies/publicworks/roadclosures/index.html

  • Need to get arcgis api over https (edit page props)
    • /sebin/t/k/road-closures.js Needs to call our gis endpoints over https
      Resources > js > custom > RoadClosures
    • Needs gis.baltimorecountymd.gov to work over HTTPS (connection refused)
  • Call ESRI JS api over https

https://dev.baltimorecountymd.gov/Agencies/publicworks/roadclosures/roadclosuresmap.html

  • Need to get arcgis api over https (edit page props)
    • Need to update iframe source to HTTPS
    • /sebin/d/w/no-closure.js
      Resources > js > custom > RoadClosures
    • Needs gis.baltimorecountymd.gov to work over HTTPS (connection refused)
  • Call ESRI JS api over https

https://dev.baltimorecountymd.gov/Agencies/recreation/countyparks/walkingtrailsmap.html

  • Need to get arcgis api over https (edit page props)
    • /sebin/z/g/trails.js Needs to call our gis endpoints over https
      Resources > js > custom > WalkingTrails
    • Needs gis.baltimorecountymd.gov to work over HTTPS (connection refused)
  • Call ESRI JS api over https

Check to see if #url element exists on the page

Happens in dev somewhere in a template. It is also present in production but the page rating form prevents it from throwing an error.

document.getElementById('url').value = window.location.href;

needs to change to

var url = document.getElementById('url');
if (url && url.value) {
  document.getElementById('url').value = window.location.href;
}

Create shared-template JavaScript

Refactor code to add an additional template javascript file with shared functionality between the homepage and inside templates.

name: template-shared.js

BaltCoGo fine tuning

  1. Move latitude and longitude to CONSTANTS
  2. Add correct description ID to website category

Accordion Nav: Add Highlighting to Top-Level Items With No Children

The accordion navigation currently used in Econ Dev and Animal Services highlights the user's current location in gold. However, this only seems to work for links that are list items. If a link has no children, it's just included at the of the nav an element, and therefore doesn't get the highlight treatment.

For example, look at the Animal Services Jobs page and homepage, and note that the page is not highlighted in the nav.

Is there a workaround for this? If not, please tackle this as an enhancement.

Content Filter Icon Issue in Chrome

Following 1.5.2 update, it's possible to make the magnifying glass and X icon appear simultaneously in the content filter input, in Chrome.

To replicate, begin typing in the input then use backspace to quickly clear the text. Does not occur every time. Screen attached.

fireshot capture 011 - baltimore county - i wan_ - http___www baltimorecountymd gov_iwant_apply html

Tax form not toggling individual / business fields based on user input.

Regardless if you select individual or corporation you get all form fields. You should only see form fields associated with that selection. Individual form inputs start at first name. Fields above first name belong to corporation. Regardless of your choice, email should always show.

image

Convert "I Want To Contact" from XML to HTML

The "I Want to Contact" page is currently populated via XML and contains an older version of the filtering script. I'd like to update the page in the following way:

  • Content should be HTML, and editable directly in SE.
  • Table filter should be the new version from in the 1.1 update.
  • Ability to tab between agency description and top services should be retained. If it's possible to componentize this so it could be used elsewhere or relies on a bootstrap standard, that's a plus but not required.
  • The A-Z navigation is useful but not required. Might be good for a niftytables extension?

Feeds Formatted in Eastern Standard Time don't Display correctly on Homepage

If the publish date times for the Baltimore County Now RSS are converted to EST (Eastern Standard time), the text, "undefined" shows up in the area where the date should display on the homepage.

The feed in development has been converted to Eastern Standard Time and the error on the homepage can be observed here: http://dev.baltimorecountymd.gov/

We would like to change the publish date time zone to EST for the production RSS so that there are no inconsistencies with the date displayed on the homepage and the date an editor actually published a post.

Update Animal Services Spay/Neuter Calculator with new URLs

The domain for our spay/neuter scheduling vendor (ClinicHQ) is changing from .org to .com. All links to online scheduling must be updated to reflect this.

Scheduling links included in the Animal Services Spay/Neuter Calculator need to point to these new locations for each clinic:

Southwest Area Park: https://clinichq.com/online/3edba5a4-9922-4e2a-87a5-c138c8e8f4a8
Dundalk: https://clinichq.com/online/144afb8f-6c15-4f15-8e16-9417a4f85823
Baldwin: https://clinichq.com/online/564cf872-6f61-476f-8ecd-61d574a8a06f

Add Rescued Pets Page

  1. Update the Animal Services Web Service to include Rescued Pets (depends on accela)
  2. Copy existing lost pets page, and modify to use new rescued pets service method
  3. Update content (web services)
  4. Add age and remove Pet Tracking Heading from the Rescued Pets template

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.