Pragament / flutter_resume_builder

GNU Affero General Public License v3.0
0 stars 5 forks source link

Job portal #3

Open ndubbaka opened 3 weeks ago

ndubbaka commented 3 weeks ago

Top Left Navigation Drawer - Job Portal link Job portal screen: Fetch jobs from https://staticapis.pragament.com/job_portal/jobs.json & show in list with search & filters like Image (Image code reference from https://github.com/cybdom/flutter-job-portal)

Single job detail page like Image Show List of Companies from JSON instead of Photos Image Image

Button to "Apply for the job" takes user to view list of github open unassigned issues from the Job github repositories in JSON Image

fetch open unassigned issues using https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues.

single github issue detail page with issue title, description button on a single github issue detail page to post comment on the issue using https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment

rizulsharma-2003 commented 1 week ago

Can I take this task