Giter Site home page Giter Site logo

rahulsmehta / pairde Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 3.04 MB

PairDE: An IDE that enables remote collaboration with pair-programming for instructional purposes.

License: MIT License

TypeScript 58.64% CSS 2.45% HTML 7.03% JavaScript 2.74% Python 29.14%

pairde's Introduction

PairDE: A web-based, pair-programming oriented IDE

A web-based IDE designed for pair-programming as a DrJava replacement for introductory CS classes at Princeton University.

  • Ethan Cohen
  • Rahul Mehta
  • Sam Perkins
  • Michael Weissman

pairde's People

Contributors

rahulsmehta avatar

Watchers

James Cloos avatar Ethan Cohen avatar Sam Perkins avatar

pairde's Issues

Frontend refactor

Refactor front end react code to move modules out of index.tsx

  • Create code mirror and sidebar components
  • Figure out schema for state/props
  • Redux event dispatching

Initial implementation of code-storage-service

This provides a basic "filesystem" abstraction that the front-end can understand.

Supports the following endpoints;

  • (POST) /create/<path/to/resource> (For example, to create a file at /users/sperk/Hello.java it would be /create/users/sperk/Hello.java. The endpoint should also accept a body field with a base64-encoded contents of the file. Returns 200 OK if the path exists and the file has not already been created, returns error if otherwise. Note on resources: Resources are either files or folders. A resource can have children (i.e. in the case of a directory); files are resources with no children

  • (POST) /createFolder/path/to/folder

  • (POST) /moveFile/path/to/dest

  • (DELETE) /delete/path/to/resource

  • (GET) /load/path/to/resource - either returns file contents (base64'd) or the files contained in a directory

TODOs:

  • Figure out "under the hood" - what DB/if we're using bare file system for MVP
  • If using DB, get python lib bindings

Finish code runner

Currently the compilation service does not support code running, just compilation. Make the /run endpoint work

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.