Giter Site home page Giter Site logo

cas_web's Issues

Dependency issue

Do you remember Sultan when you tried set it up on my machine in the lab we had an issue with the dependencies in the package.json. Well I was configuring a new environment on my personal machine and I stumbled on the same problem.

npm install really does not like the minus signs:

-    "grunt": "-0.4.3",
-    "sails-disk": "-0.9.0",
-    "ejs": "-0.8.x",
+    "grunt": "0.4.3",
+    "sails-disk": "0.9.0",
+    "ejs": "0.8.x",
     "optimist": "^0.3.7",
     "moment": "^2.4.0",
-    "sails-postgresql": "-0.9.x",
-    "node-uuid": "-1.4.0",
+    "sails-postgresql": "0.9.x",
+    "node-uuid": "1.4.0",
     "grunt-contrib-less": "^0.9.0",
-    "sha1": "-1.1.0"
+    "sha1": "1.1.0"

Add a user system

Add a user system, but don't tie users directly to repos, only allow them to "follow" repos and/or write feedback.

Add user ACL system

Use a json field for access level controls. Send ACL to client and verify controllers sever-side follow ACL with correct policies.

[website broken] Can no longer input new repositories - input validation issue

When trying to insert new repository, I receive the following error message:

Could not create repo: <pre>{ "ValidationError": { "url": [ { "data": "https://github.com/CommitAnalyzingService/CAS_CodeRepoAnalyzer.git", "message": "Validation error: \"https://github.com/CommitAnalyzingService/CAS_CodeRepoAnalyzer.git\" is not of type \"url\"", "rule": "url" } ] } }</pre>

I have made no updates to the server.

Enhance Overview Screen

Enhance the overview screen by adding more statistics and a better layout. Move all commits to the commits "tab"

Unable to download results as .csv file for newly added projects?

Can we download the results as a .csv file for newly listed projects? I created an account in the tool, signed in and entered a URL of a git repository. It run successfully and displayed the values of metrics. However, I still can't download data as a csv file. I noticed that we can download already existing available data as .csv, but not the one I have added even though they are listed as public.

Switch to bower for web dependencies

Instead of manually having bootstrap and other dependencies, use bower to manage them. Also, the grunt config would need to be changed in respect to this.

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.