GithubHelp home page GithubHelp logo

toolness / swcarpentry-awsmgrep Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 444 KB

An administrative web interface for Software Carpentry that is hopefully better than grepping through an SQL file.

Python 100.00%

swcarpentry-awsmgrep's People

Watchers

 avatar  avatar

Forkers

amyrhoda

swcarpentry-awsmgrep's Issues

Look up past events at a particular venue

Return all events for a particular "Site".

Would be extra-nice to be able to look up the Site by human-readable name rather than requiring that the user know the site ID.

Add a new trainee to a training cohort

Would be nice to be able to add a new trainee to a training cohort, so:

  • add a new row to the Person table if they're not already in it
  • add a row to Trainee with the appropriate cohort
    • maybe display all the Cohorts with a start date in the future, so it's easy to tell which to add them to? Or do a drop-down menu?

Smaller increments in search radius

We need smaller (or consistent) increments in search radius, I think. I searched for Cleveland and I had to go out to 250 km before I found anyone (only three results) but at 500 km I got ~30 results. Would maybe be better to have 50, 100, 200, 300, 400, 500?

Of course once your radius includes BWI or LAN your numbers are going to spike, so maybe it's just that our instructors are clustered?

Search for a person's history

Search for a person (preferably by human-readable name rather than Person.person) and return a full report about them:

  • name
  • location and the other information from the Facts table
  • which training(s) they were in and their status for each one
  • which bootcamps they have been involved with and their role at each one
    • this would be a nice opportunity for a map, except we don't store lat/lng for Event sites!

Add new event to database

Would like to be able to add a new event to the database, so:

  • add a new row to Event table
    • make sure the "Site" exists
    • make sure the Event ID is unique

Should also be able to (optionally) add instructors, host, helpers to the event, so:

  • add new rows to Task table
    • make sure the relevant rows exist in the People table

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.