GithubHelp home page GithubHelp logo

karthik-d / funded-project-tracker Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 3.0 5.97 MB

A web-based platform to manage resources and grants for research projects at universities. Deployed for use at Anna University, India.

JavaScript 78.30% CSS 12.35% Pug 0.15% Python 8.96% Shell 0.24%
mongodb nodejs-server reactjs deployed expressjs mini-project nextjs project-tracker saas inventory-management

funded-project-tracker's People

Contributors

jagadish-ravichandran avatar jeetgolecha avatar karthik-d avatar kitrak-rev avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

funded-project-tracker's Issues

Project Updation - Error

if (!proposal.isAwaitingDecision()) {
^

TypeError: proposal.isAwaitingDecision is not a function

Filename: controllers/api/project.js

Response code 204 -

@karthik-d The message is not sent by the server to the request when the status code is 204

can you check this ?

controller/api/project.js

res.status(204).send({
id: project_id,
message: "Project status updated",
update_title: req.body.title,
});

Supervisor Email Checking Assignees: karthik-d Labels:

After getting the request for proposal, supervisors field check for the invalid emails.

Expected behavior: The given email is checked across the database and return the supervisor list. If those emails are valid, the control goes to else condition and creating proposal document takes place. If those emails are invalid, it assigns empty array to supervisors and the supervisors are checked if empty, If empty, it should return "invalid email"

Actual behavior: If random email id is given, the control goes to else condition in the proposal controller api.

Submit Proposal Page

The supervisors and members should be in list when submitting the form. Accordingly do the change in the front-end

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.