Git Product home page Git Product logo

acsys's People

Contributors

cbridges1 avatar saif-ullah-1 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

acsys's Issues

Add badges to README

Add badges to README file to increase readability of project and provide quick metrics for users.

Add password reset

A feature is needed that allows users to reset their password by sending a verification link via email.

Local Registering Error

System: Windows 10
Running in google chrome browser

Steps to reproduce:
run 'npm install'
run 'npm run dev'
Cleared Cache in chrome
Open browser at 'http://localhost:80'
page initially shows Sign In with username / password then refreshes with register page
on register page enter in:
email: [email protected]
username: brandoncate95
password: password
confirm password: password
click on the register button
Displays error: 'Getting metadata from plugin failed with error: invalid_grant'

Stack Trace:
{ Error: 400 undefined: Getting metadata from plugin failed with error: invalid_grant
[1] at Object.callErrorFromStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\call.js:30:26)
[1] at Object.onReceiveStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\client.js:175:52)
[1] at Object.onReceiveStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\client-interceptors.js:341:141)
[1] at Object.onReceiveStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\client-interceptors.js:304:181)
[1] at Http2CallStream.outputStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\call-stream.js:116:74)
[1] at Http2CallStream.maybeOutputStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\call-stream.js:155:22)
[1] at Http2CallStream.endCall (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\call-stream.js:141:18)
[1] at Http2CallStream.cancelWithStatus (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\call-stream.js:457:14)
[1] at callStream.filterStack.sendMetadata.then (C:\xampp\htdocs\prometheus\node_modules@grpc\grpc-js\build\src\channel.js:225:36)
[1] at process._tickCallback (internal/process/next_tick.js:68:7)
[1] Caused by: Error
[1] at WriteBatch.commit (C:\xampp\htdocs\prometheus\node_modules@google-cloud\firestore\build\src\write-batch.js:415:23)
[1] at DocumentReference.create (C:\xampp\htdocs\prometheus\node_modules@google-cloud\firestore\build\src\reference.js:283:14)
[1] at CollectionReference.add (C:\xampp\htdocs\prometheus\node_modules@google-cloud\firestore\build\src\reference.js:2011:28)
[1] at Promise (C:\xampp\htdocs\prometheus\server\db.js:438:10)
[1] at new Promise ()
[1] at DataDriver.insert (C:\xampp\htdocs\prometheus\server\db.js:436:12)
[1] at C:\xampp\htdocs\prometheus\server\routes\index.js:84:14
[1] code: '400',
[1] details:
[1] 'Getting metadata from plugin failed with error: invalid_grant',
[1] metadata: Metadata { internalRepr: Map {}, options: {} },
[1] note:
[1] 'Exception occurred in retry method that was not classified as transient' }
[1] (node:8452) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
[1] at ServerResponse.setHeader (_http_outgoing.js:470:11)
[1] at ServerResponse.header (C:\xampp\htdocs\prometheus\node_modules\express\lib\response.js:771:10)
[1] at ServerResponse.send (C:\xampp\htdocs\prometheus\node_modules\express\lib\response.js:170:12)
[1] at ServerResponse.json (C:\xampp\htdocs\prometheus\node_modules\express\lib\response.js:267:15)
[1] at ServerResponse.send (C:\xampp\htdocs\prometheus\node_modules\express\lib\response.js:158:21)
[1] at data.insert.then.catch (C:\xampp\htdocs\prometheus\server\routes\index.js:101:19)
[1] (node:8452) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
[1] (node:8452) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Let me know if you need more info

Image cannot be removed in document view page

Image data field is repopulated with the old data after publishing content in the document view page. This occurs only after the image has been removed. This makes it impossible to clear fields containing junk data when an image control is set for that field.

image

Modularize controls for better scalability

Currently the data controls are hardcoded within a single page. Extracting these controls into separate files would increase readability and make it easier to add additional controls.

Add more details to the user table

Description of feature

More details are needed for users such as a added timestamp, last signed in timestamp and password expiration date. These three columns should be added to the user table.

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.