Giter Club home page Giter Club logo

khan-collab-robot's People

Contributors

dependabot[bot] avatar smj-edison avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

codexred

khan-collab-robot's Issues

Make program header parsing more robust

There have been many cases where someone deleted the program headers or rearranged them, it should be more redundant by either throwing a CommandError error or return an empty object.

Comments ignored

This happens right after the latest notifications are retrieved, and before they are marked as read. If there is a comment between the space, it will get marked as read, even though the program never saw it.

Add three-way merge capability

Currently, the merge command overwrites the original program. I want to add the ability to do a three-way merge, so that different changes can be merged.

Store past merges as spin-offs instead of in program history

Right now all the program history is stored in a single program. This could be pretty disastrous once any decently sized project tries using it. The 6 MB limit would kick in and the new revisions wouldn't be added.

This will also need to clean up old revisions though. Whenever a new code is merged in, it should scan all the spin-offs to see whether they still are using an old revision. If it isn't present in any of the spin-offs, it should delete it. Though really it should scan all the spin-offs that are owned by maintainers, and only check those ones.

The program history would store a link to each revision though.

Another thing that would need to be done is when a program is deleted, it would need to delete the program, program history, and all spin-offs.

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.