You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The idea is to create a reverse job board similar to what TampaDevs have for their community. This board will allow local developers to create profiles and enable local companies to find them. The project aims to leverage the existing Dev Edmonton Society infrastructure, minimizing the need for additional backend services and databases.
Goals:
Enable local developers to create and manage profiles via GitHub pull requests.
Allow local companies to search and filter profiles based on various criteria.
Minimize maintenance by avoiding complex backend setups and databases.
Proposed MVP:
Profile Creation:
Each interested developer will create a PR to the Dev Edmonton Society repository.
The PR will add a new JSON file in a specific folder, reducing the chances of conflicts.
JSON fields will include: name, technologies, part/full-time availability, seniority, title, description (Markdown format), badges, and photo URL.
Serverless Functionality:
Utilize Netlify functions to read all JSON files from the folder and compile them into a single JSON file.
This compiled JSON will be served to the frontend, acting as an API.
Frontend Integration:
Reuse the existing Nuxt.js frontend to display profiles.
Implement basic filtering options based on the JSON fields.
Profile Review Process:
Review PRs to ensure correct usage of badges and validate information.
Potential for future automation or community involvement in the review process.
Future Enhancements:
Companies registration system for additional functionalities (e.g., accessing profiles, sponsorship opportunities).
Explore options for student involvement from local institutions like UAlberta or NAIT.
Implementation Steps:
Repository Setup:
Use the existing Dev Edmonton Society repository for this project.
Create a dedicated folder for profile JSON files.
JSON Schema Definition:
Define the structure and required fields for the JSON profiles.
Create a template JSON file for contributors.
Serverless Functions:
Develop a Netlify function to aggregate JSON files into a single JSON.
Ensure the function is triggered on changes to the profiles folder.
Frontend Development:
Integrate the new API endpoint into the existing Nuxt.js frontend.
Implement filtering capabilities on the frontend.
Documentation:
Write clear contribution guidelines for developers creating profiles.
Document the process for reviewing and merging PRs.
Community Involvement:
Engage the community for feedback and involvement in the review process.
Consider partnerships with local educational institutions for project contributions.
Open Questions:
Should the profile list be featured in the main navigation from the start, or added later once there are sufficient profiles?
What additional fields or features would be valuable for local companies using the board?
Additional Notes:
This MVP avoids the need for a database or dedicated backend server, reducing maintenance overhead.
The project provides an opportunity for community engagement and learning through open-source contributions.
The badges system can be leveraged to incentivize contributions and maintain engagement.
Looking forward to your feedback and suggestions!
The text was updated successfully, but these errors were encountered:
Description:
The idea is to create a reverse job board similar to what TampaDevs have for their community. This board will allow local developers to create profiles and enable local companies to find them. The project aims to leverage the existing Dev Edmonton Society infrastructure, minimizing the need for additional backend services and databases.
Goals:
Proposed MVP:
Implementation Steps:
Open Questions:
Additional Notes:
Looking forward to your feedback and suggestions!
The text was updated successfully, but these errors were encountered: