Giter VIP home page Giter VIP logo

the-domecode / domecode-opensource Goto Github PK

View Code? Open in Web Editor NEW
76.0 3.0 17.0 4.77 MB

DomeCode is an open-source application that helps you learn and practice code with the appropriate tools and a curated list of resources through the philosophy of practice.

Home Page: https://domecode.com

License: GNU Affero General Public License v3.0

Python 22.02% JavaScript 77.91% C 0.01% C++ 0.01% Go 0.01% Java 0.02% Rust 0.01% Procfile 0.01%
code python django tool website webapp platform webdevelopment development coding

domecode-opensource's People

Contributors

arhaan avatar arthtyagi avatar dependabot[bot] avatar karx1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

domecode-opensource's Issues

Light Mode

DomeCode currently has a dark mode. However, not all users like the same theme, and for the users that would like the flexibility to shift from dark mode, the light mode is essential.

Notes :

  1. Dark Mode in terms of just inverting the colors is not acceptable.
  2. If you take up this issue, please make sure to actually construct a light mode that fits the whole website.

Extensive Wiki

Extensive Wiki with detail on each feature of DomeCode that's marketable yet technical.

The current Wiki for DomeCode is mostly just the Documentation.

Things to be added in the Wiki :

  • Detail on each feature
  • How to use each feature
  • Common issues and fixes

New logo

A new industry logo for DomeCode

JS rendering after every keystroke.

In Fusion Immerse, the JS typed into the editor is rendered after every keystroke and we don't want that since that's annoying for the user.

Some tests are skipped due to duplicate names

Test names must be unique per scope otherwise the second test overrides the first one with the same name.

For example if you had a test file that does:

def test_a():
    pass

def test_a():
    pass

Then only the second test_a will be ran. More details here.

These are the tests that are overriding previously defined tests due to this problem:

def test_list_url_is_resolves(self):

def test_list_url_is_resolves(self):

def test_list_url_is_resolves(self):

def test_list_url_is_resolves(self):

def test_event_model(self):

I found this issue automatically, see other issues here

Fusion doesn't extend base.html

The Fusion editor (/fusion/immerse) does not extend from base.html. This causes the footer to be too big, and other graphical issues. If this seperate code "branches out" too much, then it will eventually become unmaintainable and cannot be easily re-integrated with the main code.

Verbose Errors

If there's an error in the deployed version of the platform, all that the user sees is a Server Error page but it'd be great if the errors were verbose and told the user what went wrong in a simple language.

How to solve it?
Use try and catch in views.py.

DomeCode Judge and IDE

The editor present in tracks right now is only in light mode and even though it works, a custom coding editor with options including -

  • Download File
  • Run the solution
  • Run the solution against custom test cases

would be a whole lot better.

The approach to be used is, EC2 instances that run our code OR deployed Kubernetes Clusters/Docker Swarms that run our code.

Question and answer forms should be on the same page

Currently, in the quizzes module, the question and the answer form are on seperate pages. This makes it hard to answer the question correctly, especially if you do not remember the question or the answer choices. The PR for this should essentially merge both pages onto one page.

yapf doesn't handle all flake8 errors

The way yapf is currently set up, it only handles some of the flake8 errors. However, I believe I can get it to handle more of them. I'll be working on this over the next two days, so if you could assign this issue to me that would be great!

(paging @arthtyagi )

Test Cases based autograding

Autograding at the moment is based on the static input given to the user in the question. However, test cases would be a better way to assess the user's submission.

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.