Code Monkey home page Code Monkey logo

watto's People

Contributors

csexton avatar lprekon avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lprekon

watto's Issues

batch_update_tools_controller error handling has internal error

The error handling in

if ret.status != 200
render :show, notice: ret.json.fetch("message")
raise
return
end
doesn't resolve properly. It attempts to re-render the page, but @user won't be set from
def contact
@user = User.find(params[:id])
render layout: false
end
like it normally is, and thus
<input class="form-control" name="contacts[]" type="hidden" value="<%= user.uid %>"></input>
in _controller.erb.html won't have a proper user value to work with, and will throw an error

Filter out cancelled event attendees

Feature request from Jennyfer in slack:

Regarding the Home/Events/<event #> screen

Can we NOT display the CANCELLED people?

CleanShot 2023-01-23 at 10 49 27@2x

This one is extreme. But you can see why the instructors are confused. It looks like there are more students than show up on the formbot. But in my screen in WA, I can tell that those folks with $0 fees are cancellations, not free registrants.

The formbot only pulls the uncancelled folks and it isn't even fooled when I use NL credits instead of real $, so the API must distinguish.

Provide web interface to edit classes

Provide a new web page from which users can browse and edit which signoffs are granted by which classes. These edits should update the local copy of classes.json, but may not update the GitHub copy, and thus may not persist between deployments.

Batch sign off form returning 500

Got a report that the batch sign off form was throwing an exception. It appears there is a malformed member row being added to the form when loaded from the side bar menu

CleanShot 2022-09-13 at 13 25 19@2x

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.