Giter VIP home page Giter VIP logo

roster's People

Contributors

emdoyle avatar

Stargazers

Caelean Barnes avatar

Watchers

Caelean Barnes avatar  avatar

roster's Issues

Generate a README.md

The repo doesn't have a README.md in the root. Please create one which explains the structure of the project at a high level.

Remove 'name' parameter from PATCH endpoints

Currently, the PATCH route handler functions match a '{name}' segment which is unused in the handler function body. This is because we use the name in the provided JSON anyway. This means the '{name}' segment is unnecessary, and can be simply removed in all the relevant PATCH routes.

Update Handling Issue Comments

When the app is handling an issue comment, in addition to adding a heart reaction, it should also leave its own comment saying that the feedback has been received.

Comment on generate_ctags

We use a 'ctags' binary to generate a map of the codebase for Agents to use when generating changes. Our call to 'ctags' includes several flags and options which should be explained in a comment. Please add one!

Blackjack

I want a CLI game in a single Python file which implements the classic rules of Blackjack. The User should be playing against the house, and there should be a nice ASCII display showing the cards on the screen. The House should show one card, and be bound by the typical house rules. The User should be prompted to play another hand after each hand is finished.

Add WorkflowRecord API

Right now, we expose simple HTTP CRUD APIs for several different resources. In the same file where we have implemented this API for Workflows, we should also implement an API for performing operations on WorkflowRecords.

Note that we already have a WorkflowRecordService which should be imported into the api file and used to implement the routes.

Most importantly, we do NOT need to implement any 'write' operations, and therefore only need to expose a GET endpoint (which should accept an ID in the URL) for single records alongside a GET endpoint to list all the records.

Remove ROSTER_API_ prefix from settings env vars

The app's settings read environment variables which are all prefixed with "ROSTER_API_".

This is unnecessary since the app is run as a Docker container with its own isolated environment which implies a namespace.

Please stop the settings file from using the prefix.

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.