Giter VIP home page Giter VIP logo

reimagined-eureka's People

Contributors

raeesmulla97 avatar razorstun avatar yashdsaraf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

razorstun

reimagined-eureka's Issues

One project at a time can be open

Disable create, open, import project functions if a project is open.
On logout delete the docker image.
If a project is open and new project is clicked, delete the old one's docker image.

Create output layout for index page

We need to have a div with 2 tabs, output and error, in that order. There should also be an option to open the div in a new window (a popup if possible).

#2

Code sharing functionality

Clicking the share button should create a new pastebin public paste of any code currently in the editor and return the paste's URL to the user.

Fix register page

  • Clearly differentiate username and name
  • Add validation for name
  • Fix header in register page

Add validation to create plugin form

In developer console, add plugin modal doesn't report back the errors in the plugin details until the end of the authentication process. We need it to completely validate the plugin before moving on to the authentication process.

Minor issues

This a compilation of all the minor issues we need to take care of right after completing the major modules in the project,

  • About us background and fonts
  • Docs content and layout touch up
  • Admin UI elements: update background image preview on upload (currently it gets updated after image is submitted)
  • Admin UI elements: for featured plugins, provide a dropdown with available plugins instead of a textbox
  • Admin plugins: Ability to see the preview of a plugin file
  • Admin dashboard: Charts and stats data
  • Admin dashboard: Charts layout
  • Profile page
  • Blog (Optionally can be changed into a pool of all the code snippets shared)
  • Index: add alert indication on output and error tab whenever a output or error appears

@raeesmulla97 @razorstun Feel free to add any minor issues you think I missed here.

Adjust sidebar height using flexbox

Currently the sidebar uses a static vh unit to specify the height. We need to have a pure flex solution rather than this, OutputComponent can be referred for this task.

Add code synchronization

Currently the code updated by the user is synchronized with the server only when the project is run, so when saving the project, only the changes from the last run are saved. Instead of this we need to deploy an auto save mechanism which synchronizes the code with the server after some uniform time interval. (say every 5 seconds)

Add comments to closing tags

Elements with lengthy content should be appended with appropriate comment indicating the purpose of that element.

For e.g

<div id="output">
...
...
</div> <!-- output -->

Add a batch file to configure the project

A batch file is needed which performs the installation steps
Also another batch file is needed to start up the front end and the server code.
It's better to rather run the project manually

File explorer

File explorer view needs to retrieve file list from the server and update itself.
We need refresh, add file, add folder, rename. delete and other file management functions to be enabled.
File explorer view should provide an endpoint such that it can be updated from a method in a separate service.

Add a *redirectTo* parameter to guards

  • Try using one guard for all auth grants
  • Add a redirectTo parameter to guards which take in a route and redirect to it after logging in, something similar needs to be done in login and register components as well

Add progress-bar modal component

Add a progress bar service to show or dismiss a progress bar whenever needed.
Add progress bar to login component (forgot password) and index component (create project and run code)

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.