Git Product home page Git Product logo

job_board's People

Contributors

bess avatar cbeer avatar christinach avatar sandbergja avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

job_board's Issues

Jobs do not colocate by employer

The Employers page (https://jobs.code4lib.org/employers) does not properly colocate records - each job gets a row, even when the employer is repeated. For example, there are five jobs posted by the Academy of Motion Picture Arts and Sciences, and five rows on the Employers page for them.

There is also no colocating across stopwords - New York Public Library and The New York Public Library are distinct employers on this list.

Expose paper_trail audit log

  • For editors to revert to previous versions
  • For public to see previous versions of a post (and get a persistent link?)

Figure out continuous deployment strategy

The application is currently deployed by a quick, but manual, series of docker-compose commands:

# docker-compose build
# SECRET_KEY_BASE=x HONEYBADGER_API_KEY=y docker-compose up --no-deps -d  app

I assume there are better ways to make this work.

Add tags to employers

Maybe useful for filtering by organization types (academic library, public library, gov't, archive, private sector, etc)?

Post Job Page Has Extra Fields

Context / Current Result

When navigating from https://jobs.code4lib.org/jobs/new to other pages via the browser back/forward buttons (Chrome Version 58.0.3029.110 (64-bit)), the job fields keep getting added.

Expected Result

When navigating back and forth via the browser history buttons, the post jobs page only ever has one set of fields for posting a job.

Possible Fix

Wipe markup from post job page every time it loads. I'm not familiar with how the routing works or if some of the markup/data is stored locally, but erasing everything on that request path before rendering the page would seem easier to do than add other checks.

Atom feed has incorrect markup for entry links

I noticed that my feed reader isn't able to link to each item. I suspect it may be because the atom feed doesn’t use the correct markup for entry links.

Current markup:

 <link>https://jobs.code4lib.org/jobs/42488-research-information-scientist</link>

Correct markup:

 <link href="https://jobs.code4lib.org/jobs/42488-research-information-scientist" />

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.