Git Product home page Git Product logo

catalyst's People

Contributors

acmcarther avatar seanstrom avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

catalyst's Issues

Investigate infrastructure for webpack

At the moment we have to directly run webpack --watch in the client directory to get anything done. That seems really low level. Maybe we can abstract over running the server and rebuilding the client code.

Formally include the client as part of the project

Right now the entire client just sits adjacent to the rust source. This was out of pure necessity to get the client online, but I'm sure there are better approaches. Maybe the server should be pushed into a /server directory.

@seanstrom might have some keen insights.

Add routing on the client

Before work gets too deep into the client, react-router should be incorporated, so routing is accounted for. This will require the backend to all routes besides /github_webhooks and /apis_v1 to return the page html, which shouldn't be a problem.

Add log in infrastructure to the backend

This issue is for adding backend api /api/login for the client to pass username and password and receive a jwt that they pass to all further requests that they make. It is a prerequisite for all furthers calls.

Add mock ui for repository page for logged in user

This page should enumerate repositories, with a simple switch for enabling or disabling catalyst for that repo. This will need to fetch users repository from the backend in the future but this issue is just for the static frontend.

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.