package-ug
v0.1.0
Published
Process:
Downloads
1
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