npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

package-ug

v0.1.0

Published

Process:

Downloads

9

Readme

Process:

-4/4: Public the github root and general description of the project

  • 4/4: Public the github root and general description of the project
  • 10/4 First iteration of the project: Able to show groups and member as well as changing group name
  • 16/4 Second iteration: opting for cleaner look and better function representation
  • 17/4 Project Day 1. Web page is currently cappable of showing groups or members card based on ID search bar and tranfer between groups and sub groups
  • 3/5 : Due to data fetched from server has different format and attributes, we had to deleted the orginal code and use parts of it to make the new better suited code
  • 4/5: Redux store and dispatch actions was used inside to store data ( at the time imported from file ) and reducers for possible buttons was added
  • 6/5: Successfully fetch data from server GQL and put in the store. All future references will be collected from store
  • 8/5: Roles are fetched into store to make option menu select role for each member
  • 9/5: Create the form to add new member (no mutation) and also the member delete button
  • 10/5: Finish adding new member to store
  • 12/5: Create role dropdown to choose roles for member
  • 14/5: Add User_Display, Search_Bar components and add customized user to user page on server
  • 15/5: Role dropdown is completed
  • 16/5: Add subgroups to store
  • 17/5: Add user fetch
  • 18/5: Add membershipUpdate (working with server)
  • 20/5: Insert role for users (working with sever) and create GroupinsertMutaion to insert the groups to server
  • 22/5: Modify the search bar that can search for users by name and create a button to display deleted memberships in group
  • 23/5: Fix bugs
  • 24/5: Upgrade search bar (there are still some bugs)
  • 25/5: Update user by letter and create new functional role select for members
  • 26/5: Finish search user by letters and fix bugs with search bar
  • 28/5: Changes for User_Display and add memberships with existed users
  • 29/5: Code clean-up
  • 30/5: Change manual script small changes for User_Display and code clean-up and reposition
  • 31/5: Small changes for Member Reducer
  • 1/6: Create customized role for members in group
  • 4/6: Replace button and fix lastchange bug in remove memberships, role bug
  • 5/6: Code clean-up
  • 6/6: Bug fixed and the role insert return lastchange to store
  • 7/6: Fix bugs with moving member, change the group type, update User_Display, create button for moving a member to another group and finish replace member button
  • 8/6: Shorten codes
  • 10/6: Small changes
  • 13/6: Delete subgroup
  • 14/6: Code clean-up, fix bug with creating new subgroup and add comments to some parts of the code
  • 15/6: Fix store of moving subgroups, bland chart show and adding comments
  • 16/6: Visual adjustment and adding comments
  • 17/6: Update User_Display and turn Delete button into 2-state button
  • 19/6: Updating subgroup to store, code clean-up and adding comments
  • 21/6: Update Add_User and Delete_Group, adding calender to select enddate for role using date-picker
  • 22/6: Visual update
  • 1/7: Update User_Display and fix bugs with Replace Button
  • 2/7: Fix bugs with enddate changes, subgroup delete, bugs with group type and add json doc comments to code

Possible improvement:

  • More functional search bar : return result based on name or goal
  • Changes to data using redux store