Giter Site home page Giter Site logo

erp-2016's Introduction

erp-2016

Join the chat at https://gitter.im/The-WebOps-Club/erp-2016

  • After cloning the repo, cd into this ditectory and then execute npm install && bower install through terminal.
  • If you don't have npm installed, then first you need to install nvm,
    • If you are on linux, execute curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.3/install.sh | bash from the terminal.
    • If you are on windows, you need to install it from here.
  • Change the nodejs version by executing nvm install 0.10.35 && nvm use 0.10.35.
  • Then run npm install -g bower grunt grunt-cli express yo.
  • Make sure you have mongodb installed. Else you can install it from your software-center.
  • Then run grunt serve.
  • If you are installing a new bower or npm package, do that using --save flag. For example, npm install --save <package name> or bower install --save <package name>. This will ensure that the <package name> is saved in the respective package.json and bower.json files respectively.
  • You must install ruby and sass for grunt serve to launch the app properly. You can install rvm and sass from these commands,
    • gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
    • \curl -sSL https://get.rvm.io | bash -s stable --ruby
    • sudo su -c "gem install sass"
  • You also need to install robomongo from here which is an interface to view your mongodb data.

erp-2016's People

Contributors

deepakpadamata avatar chinnichaitanya avatar karthikvijay avatar aravind-suresh avatar vignesh-m avatar harishreddy05 avatar akshayaa96 avatar srinivaschitturi avatar gitter-badger avatar shahidhk avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Sai Praveen B avatar  avatar  avatar Abhi Shandilya avatar Phani Karan avatar Akshay B avatar Adhityaa Chandrasekar avatar  avatar Aqel Ahammed avatar  avatar mhtkmr54 avatar  avatar Minu Aswanth avatar Srivatsan Ramesh avatar Aslamah Rahman avatar Raakesh kamal avatar  avatar Kevin Selva Prasanna avatar  avatar Suhas Chintala avatar  avatar B Adarsh avatar Mihir Sontake avatar  avatar venketepprasad avatar Bhanu Mitra Bulusu avatar  avatar  avatar  avatar  avatar Divyanshu Pundir avatar  avatar  avatar S. Seetharaman avatar Rohit Bokam avatar

erp-2016's Issues

API for accepting device id

input : previousId, newId
output : success

Registration id won't be sent at the time of logging in. There should be separate API for registering device id. There is a chance that the deviceId changes.

Notifications

Implement a basic notification service in the server

Token validity

Don't change token for a user. Login from app will be done only once

Make an interface and api for creating an event.

The core should be able to create an event by assigning it to an event-category and also assigning coordinators for that event.
You need to use <md-chips> for that.

Deadline: 7th June 2015, 11:59 pm

Spons Portal

A portal for spons , with model as
-> Priority (int from 0 to 99)
-> No. of logos in that row (int 1 to 4)
->Name to be displayed (Str)
-> Url of sponsor's site (Str)
-> Image logo of the sponsor (link of image)

Defining ui-router paths

Lets ideate on defining the path for every department (or) sub-department (or) personal wall.
Currently in the erp, everything is implemented as /wall/:number and depending on the parameter number, page is rendered.

I tried implementing it using /wall/{type}/?dept&subDept&id.
type can take values 'profile' or 'department' and the rest are values for searching the posts accordingly.

Because of my new implementation, the ?dept&subDept&id parameters are appearing in every route and I'm not sure why. Check: #3

What say ?

Mailer

Make a module for sending mail from the servers.
The basic mailer is done, but it does not return any success/failuer status.
Usage of promises maybe?

duplicate notifications

Duplicate notifications with same postid,type exist.
Does not occur when creating posts or adding comments.
Need to find cause.

Weekly Meetings

Hi Guys,
Starting tomorrow, we will be meeting every Saturday and Sunday at 9AM. Be on time.
Latecomers will be responsible for getting grub (biscuits, chips, coke) for the rest of us :P .
Acknowledge 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.