Source
This Pull Request and A Separate Commit from me Solves some Opened issue/task of SteemGigs requested by
Issue #188 : https://github.com/steemgigs/steemgigs/issues/188
Issue #174: https://github.com/steemgigs/steemgigs/issues/174
Repository
https://github.com/steemgigs/steemgigs/
Website
Index:
- Pull Requests and Commits
- Bug Fixes
2.1 'Surpassing Google' Category Fix- Minor Bugs
2.2 Portfolio URL Fix
2.3 Crop in the Bottom of Body
- Minor Bugs
- New Features/Updates
3.1 New Tab, Replacing the old one - Information About Project
4.1 Introduction
4.2 Development - My Work
- Contact
1. Pull Request & Commits:
This Pull Request is approved and Already Merged into the master branch, These two Issues/Task was Solved by One Complete Pull Request and a Direct Commit to develop branch. These both Commit & PR are now live on the Website.
PR #189: https://github.com/steemgigs/steemgigs/pull/189
Commit: https://github.com/steemgigs/steemgigs/commit/bae8a55
2. Bug Fixes
The Separate Commit Solved A Major Issue in the Website.
2.1 'Surpassing Google' Category Fix:
This Bug was Hunted by myself and I made a Issue on GitHub for this. While Navigating to the SurpassingGoogle Category/Main Tag, It won't show any Posts Under That Category. this bug can be seen in the picture Below:
Reason:
<categoryPreview>Tag was Static for only Showing Gigs from Typesteemgigs_posts. SurpassingGoogle Category makes Post insteemgigs_surpassinggoogle. due to this Reason Gigs/Posts was not being Loaded.Solution:
This Bug was Solved by adding a Dynamic Attribute in<categoryPreview>Tag, which allows it to getpost_typeattribute Value fromdetails.typevariable.details.typeVariable is assigned tosteemgigs_surpassinggoogleOnly when Category Name is SurpassingGoogle, due to a Switch Statement.
Commit PRResult:
The above solution Solves this Problem and now Shows all posts Under the main Category,surpassinggoogle. Result can be seen in the picture Below:
Minor Bugs:
These Bugs below was solved in the PR.
2.2. Portfolio URL Fix:
Portfolio on Profile Extras is shown as Plain text which is not Expected Behavior. It Should be a Link which will direct us to the Portfolio of user.
Reason: This bug was Occuring because this property was under a Static Tag
<p>which is used mostly for Plain text.Solution: I solved Bug by Replacing the Static tag
<p>and Added a Condition that if Portfolio is available, show it as a link, other wise a "Not Available" plain Text.
Commit PRResult: This bug is Compltely solved by the Solution above.
2.3 Crop in the Bottom of Body:
On every Page, there was a Little bit of Crop in the Last Button or element, I've Encountered this bug, info below:
Reason: This bug was Occuring because the Class
el-main(The Class which holds the main Section/Page) was a Giver Hight a Little bit Higher, i.eheight: calc(100vh - 105px). Which made it big and overflowed out of the body.Solution: I solved Bug by Replacing Heigth property to get Subtracted by 130px Instead of 105px which Solved this bug.
Commit PRResult: This bug is Compltely solved by the Solution above.
3. New Feature/Update:
This is the Update I worked on:
3.1 New Tab, Replacing the old one:
This Commit Comes with a New Feature/Update which is to Replace the "Contribution" Tab on the Profile to "Resource Materials", Showing all the Post User did in the Main Category Labled SurpassingGoogle or The Posts user made Through any of Editors from steemgigs.org/surpassing-google as Requested in This Task & This Post on Utopian.io.
Direct Commit
Results are as Follow, This Tab (Resource Materials) now shows all the Posts from main Tag
surpassinggoogle:
This Update is live on the Website SteemGigs.org.
4. Information About Project:
This is the Introduction and Information about the Project I worked on:
4.1 Introduction:
steemgigs.org - A revolutionary steem-based freelance services marketplace & dream-building ecosystem, with its own knowledge-base, community and 'an untalented paradigm'.
Whether you an expert or non-expert, you can offer a service in exchange for STEEM, STEEM Dollars, Steem Power or 'for free'. SteemGigs has an un(dis)talented paradigm. This means that on SteemGigs, everyone has something to offer.
Visit Website for More Information: https://steemgigs.org/about
Discord: https://discordapp.com/invite/wWrnSXK
4.2 Development:
If you are a Developer you can Contribute in this project and Pull your Work, There are List of Various Tasks in This Latest Post by .
5. My Work:
I'm currently also Working on some other Taks and Updates which includes Landing Page Enhancements and overall Navigation Improvements, Througout the Website. These Enhancements/Updates are Requested Here By . Follow me on Github to check out my Work on SteemGigs, Thank You.
- Task on GitHub: https://github.com/steemgigs/steemgigs/issues
6. Contact Me:
You can find me on GitHub Here, .