GithubHelp home page GithubHelp logo

dev-pack's Issues

LinkedIn integration

Add LinkedIn integration.

Check here: profile-edit-api to get started.

Will likely have to use the jwt token from onegraph as a bearer for API requests against the linkedin api. Try to batch them somehow even though the api wants one request per edit

Check folder size on image upload

At the moment when a user upload an image to their profile or cover folders the folder size has no limit. The search function returns the last 3 results.

To keep the media in cloudinary at an acceptable size, a check should be made with each upload to remove the oldest file in the user cover or profile folder

Disable upload to cloudinary if data not loaded

If a user uploads an image before fetching their data, the cloudinary folder name has no suffix meaning the next time they login and try to load their saved images it will not work.

With suffix: RichHaines-profile
Without suffix: -profile

The upload fropzones should be sidabled until the user fetches their data and so their name is available to be used as their folder suffix

Add Domain management

The user should be able to manage their domains via a namecheap integration. There is currently a placeholder tab for this.

The intergration needs some research. Im happy for someone to dump it all in one PR, or if they are feeling super proffs can split it out into several.

Basic idea is that the user can:

  • Buy and sell domains
  • View their owned domains

The namecheap API allows for this.

Pushing to Production UX

When pushing to production, if an item to update is not selected, it currently doesn't allow for anything to be pushed. There is currently nothing prompting the user that this is the case.

  • Either the user should be prompted they have nothing selected
  • Utilise the toast to display the error or prompt.

Tour throws an error and a white page is shown

When using the tour of dev card it throws an error (and the user is shown a white screen) when the user gets to the 4th tour card. Could be an issue with classnames. Needs to be investigated.

Also move the tour functionality out of auth-header into its own file.

DEV integration

Integrate DEV. Check onegraph explorer and DEV api docs for whats possible

Load Profile Information getting an error

Steps to reproduce:

  • Authorise login for both Github and Twitter.
  • Click Load Profile data.

Error: TypeError: Cannot read property 'slice' of null

(anonymous function)
src/components/hub/dev-card/dev-card-hub.js:64
61 | dispatch({ type: 'email', payload: userData.me.github.email });
62 | dispatch({ type: 'description', payload: userData.me.twitter.description });
63 | dispatch({ type: 'location', payload: userData.me.twitter.location });
64 | dispatch({ type: 'website', payload: userData.me.github.websiteUrl.slice(12) });
65 | }
66 | }
67 | }, [userData, error, loading, dispatch]);

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.