Coder Social home page Coder Social logo

certificate-generator-front's Introduction

Certificate Generator Front End

opensource license Build Status Codacy Badge angular node typescript contributors issues pull-requests Gitter twitter forks stars watchers

Certificate Generator aims to automatically generate certificates based on the data provided using input files like CSV and Excel.

Target Audience

  • Certificate Issuing Organizations: The Certificate issuing organization will first have to register themselves for authorization. They can generate multiple certificates simply by selecting the template and giving the candidates details through files like csv and excel.

  • Candidates Receiving the Certificates: The Candidate's dashboard will contain the URLs of all the certificates they have received. This will help them in maintaining all the certificates even if they have lost them locally.

Development Stack

  • HTML
  • CSS
  • Angular 6 for Front-End

Work Flow for Developers

  • For Certificate Issuers:

    1. Authenticate the Organization.
    2. The Organization dashboard will display the list of all the certificates generated by that Organization.
    3. Dashboard will allow the user to generate Certificates, single or in bulk.
    4. Based on the selection, we'll proceed to the template selection page.
    5. We'll have a form for single certificate generation and for bulk certificates, we'll allow the Organization to upload a csv or excel file.
    6. We'll allow the user to preview the certificates before the final generation.
    7. After generating the certificates, an email will be sent to all the candidates.
  • For Candidates:

    1. The Dashboard will contain thumbnails of all the certificates received by the student.
    2. There will be an option to view a particular certificate.
    3. The candidate will also be allowed to share the certificate.

Development Steps

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Application Login Page

Login

Application Sign Up Page

Signup

Issuer Dashboard

Issuer

Students Dashboard

Students Dashboard

Steps to Contribute

  1. Fork the repo fork
  2. Clone the forked repo https://github.com/YOUR_USERNAME/certificate-generator-front.git
  3. Commit changes on your fork.
  4. Create a Pull Request.
  5. Make sure to follow the contributing guidelines.

You may also create an issue to report any bugs or implementation of a new feature.

Help

If you need any help anywhere in the process, you can always ask a question on our Gitter Chat.

certificate-generator-front's People

Contributors

alinamusuroi avatar amithab2503 avatar ananthavijay avatar bartekpacia avatar divyanshkul avatar harshhc avatar jatinkatyal13 avatar keenwarrior avatar khukhunashvili avatar nikitadhiman avatar oceanpotion101 avatar pranavgade20 avatar prateekiiest avatar prithaupadhyay avatar saivittalb avatar sidhyatikku avatar xatuke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

certificate-generator-front's Issues

Add Gitter Badge at top

Instead of Gitter Link in the last line, add a Gitter badge with the fellow badges and link it to the channel.

Angular version issues

The angular version specified in the README.md file and in the app's signup and login component doesn't match the one actually used in the project.

Codacy Integration

Currently certificate-generator-front project does not have codacy integrated.
Integration of codacy will be helpful, to make sure that our code is clean.

Error while compiling

Error :

screenshot 76

I get this error when I compiled the master branch.

I think downgrading the version of typescript will do it.

I am working on this.

Thanks

Travis Integration

Integration of Travis CI should be done for this project, will raise a PR for the same.

Codacy

I am working for a task in the GCI-2018 and i will be implementing codacy.

Login & Signup page is missing navbar & footer

As per the wireframe of this repo, the login & signup pages have appnavbar & footer component but as of now, app login & signup page doesn't contain navbar & footer. I would like to work on this issue.

Application Login Page Wireframe

Login

Current Login Page

screen shot 2018-12-09 at 1 15 55 am

Travis build failing for new PRs

Expected Behaviour:
Travis should pass until the PR's code broke the build

Observed Behaviour:
Travis build is failing for all the new PRs no matter what you change.

Angular version

The angular version shown in the readMe is not the same as the angular version used in the app.

This projest does not follow semver standards.

According to NPM website (https://docs.npmjs.com/getting-started/semantic-versioning) project versions should start at 1.0.0, not 0.0.0.

Steps to reproduce: clone this repository, and run npm version On older(32bit) linux OS, This gives VERY weird issues.

Logs: on running npm version:

{ 'certificate-generator-front': '0.0.0',
  npm: '6.4.1',
  ares: '1.14.0',
  cldr: '33.1',
  http_parser: '2.8.0',
  icu: '62.1',
  modules: '67',
  napi: '3',
  nghttp2: '1.34.0',
  node: '11.0.0',
  openssl: '1.1.0i \n',
  tz: '2018e',
  unicode: '11.0',
  uv: '1.23.2',
  v8: '7.0.276.28-node.5',
  zlib: '1.2.11' }

Screenshots:
npm-semantic-ver

How to Fix: Simply change the version number to 1.0.0 by merging this(#54)

Unable to logout

Users who logged in into the app is unable to log out and stuck forever within the app.

This issue can be fixed by adding a logout button on to the navbar that clears the localStorage.

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.