Code Monkey home page Code Monkey logo

codefaces's Introduction

CodeFaces

By Jingwen Owen Ou and KK Lo.

CodeFaces is a web-based source control client that targets at easing the pain of navigating codes from a source control system on a browser. It allows connecting to multiple source control systems and structurally navigating codes on a unified web interface.

About

Veteran programmers read thousands of lines of codes on the web everyday. However, most source control system’s web interfaces are far from ideal. It would be nice to build a web-based tool that makes the experiences of reading codes on the web smooth and enjoyable.

Compiling from source

You will need:

  • JDK 1.5 or greater
  • Ruby 1.8.7 or greater

To compile, just type:

$ cd org.codefaces.build
$ bundle install
$ bundle exec rake package

This will package a war file to a destination folder. You will find the settings in org.codefaces.build/config/config.yml.

Setting up for development

You will need Eclipse RAP 1.3.0 or greater. Further set up steps are available here.

On the news

We are proud to be listed as one of the demo apps on Eclipse RAP: http://www.eclipse.org/rap/users/.

More information

Visit http://codefaces.org for more information.

License

Eclipse Public License 1.0

codefaces's People

Contributors

kklo avatar owenthereal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

codefaces's Issues

UI: Repo Info Inputing

acceptance criteria

  1. A button to pop up a dialog to connect to the repo
  2. A dialog to input all the required info, including http/git url, username and password
  3. The input info is hooked up with the project explorer

UI: Handle the exceptions and shows Error msg to the user

this includes:

  • handled the ExecutionException(wrapper of MalformedURL, RepoResponse, and RepoConnection) in ShowReposioryDialog
  • handled and group the "impossible exceptions" (NotDefinedException, NotEnabledException, NotHandledException) in ShowReposioryDialog and SwitchBranchDropDownButton

Core: Service exception infastructure

We need exceptions that provide more information, e.g., messages that tell us what goes wrong. We only have RepoServiceException. Potential improvement could be adding messages to RepoServiceException and having GitHubServiceException

[UI] Theme the whole UI

  1. Wrap the workbench window components with custom variant CSS tag
  2. Reuse the existing StackPresentation by extending ConfigurableStack and implementing AbstractStackPresentation using composition (the methods are final)
  3. The default stack presentation should be TabbedStackPresentation

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.