Git Product home page Git Product logo

vineetsaurabh / rolaguru Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.89 MB

Rolaguru is an application to store and reuse knowledge related to trouble-shooting. It is a responsive web based application, which can be easily used in a web browser on any device. The recommended browser for this application is Chrome 67+.

Home Page: http://www.rolaface.com/rolaguru

HTML 24.54% TypeScript 37.42% CSS 2.71% Java 35.33%

rolaguru's People

Contributors

richmish58 avatar vineetsaurabh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rolaguru's Issues

RG-18 Display Cause List and Cause Detail & Rating

In error-detail.component.html
<list-causes [error]="error">


Create ListCauseComponent

import { Component, Input } from "@angular/core";

import { Error } from "../error/error.model";

@component({
selector: 'list-causes',
templateUrl: './list-cause.component.html'
})
export class ListCauseComponent {

@Input() error: Error;

}


Move all code of cause detail in list-cause.component.html

RG-35 Role based Actions

Only Admin has access of activate of deactivate a user
Only ErrorAdmin can delete a cause or solution
etc

RG-45 Editing error with solution is removing solution

Add a cause to a Error
Edit the Error and Save

Current Behaviour -

  1. Toastr not visible
  2. When open the error detail, cause is not there

Expected Behaviour -

  1. Toastr should be not visible
  2. When open the error detail, cause should be there

There are some SQL error in server log

RG-20 Autocomplete for Cause creation

While creating a cause -
Autocomplete search for existing cause description
Display the existing matching causes

Hint: Stackoverflow -> Ask Question -> Title field

RG-26 Subscribe for Error

Whever a cause has been added to the Error, subscriber of that Error should be notified via email

  • Error Detail Page
  • Add an button in ListError page

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.