cynthesize-frontend icon indicating copy to clipboard operation
cynthesize-frontend copied to clipboard

Frontend written in JS and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com

Results 19 cynthesize-frontend issues
Sort by recently updated
recently updated
newest added

Throughout the project, in the HTML files, some variables like `isLoading` are used to render two HTML segments and multiple `ngIf`s are used. This needs to be replaced with ngIfElse.

LocalStorage, that is currently being used can cause security issues. Instead, we must use IndexedDB for storing all the key-value pairs those are currently being used in LocalStorage

We must allow users to share thier project upon different social media, like twitter and facebook. There should be a "Share" button on the project page that open a bottom-sheet...

angular
priority: medium
difficulty: easy

TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout...

good first issue
difficulty: easy

Issue: #168 ![screenshot from 2019-03-02 01-22-55](https://user-images.githubusercontent.com/39284200/53662939-51f9f580-3c8a-11e9-8b34-eb18e42f680f.png)

Curretly, none of the information about the project is editable once it is submitted. The maintainers of the project and the admin ofCynthesize should be able to edit the details...

enhancement
GraphQL
angular
priority: medium
difficulty: hard

Fixed #153 part 3 New component confirm in shared module. Files changed / created: src/app/profile/user/details/details.component.html. src/app/profile/user/details/details.component.scss. src/app/profile/user/details/details.component.ts. src/app/profile/user/user.module.ts. src/app/shared/confirm/confirm.component.html. src/app/shared/confirm/confirm.component.scss. src/app/shared/confirm/confirm.component.spec.ts. src/app/shared/confirm/confirm.component.ts. src/app/shared/idea-card/idea-card.component.ts. src/app/shared/shared.module.ts. ![confirmationdialog](https://user-images.githubusercontent.com/37545009/53311951-11147200-3881-11e9-9916-2485704990be.png)

**Steps to Reproduce:** For a PR, click on the develop preview, it'll open login page for the corresponding preview build, upon logging in you'll be redirected back to `cynthesize-develop.netlify.com`. **Explanation:**...

Auth0
Urgent
priority: high
difficulty: medium