Giter Club home page Giter Club logo

find-a-mentor's Introduction

Gatsby

Gatsby's default starter

Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.

Have another more specific idea? You may want to check out our vibrant collection of official and community-created starters.

πŸš€ Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-default-starter/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-default-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src is a convention for β€œsource code”.

  3. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  4. .prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.

  5. gatsby-browser.js: This file is where Gatsby expects to find any usage of the Gatsby browser APIs (if any). These allow customization/extension of default Gatsby settings affecting the browser.

  6. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the config docs for more detail).

  7. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby Node APIs (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

  8. gatsby-ssr.js: This file is where Gatsby expects to find any usage of the Gatsby server-side rendering APIs (if any). These allow customization of default Gatsby settings affecting server-side rendering.

  9. LICENSE: Gatsby is licensed under the MIT license.

  10. package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  11. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  12. README.md: A text file containing useful reference information about your project.

πŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

πŸ’« Deploy

Deploy to Netlify

find-a-mentor's People

Contributors

brentmclark avatar crisecheverria avatar crysfel avatar d-ivashchuk avatar dependabot[bot] avatar devictoribero avatar drfr0st avatar guin- avatar ignaciodenuevo avatar jaydm avatar kingingcole avatar koolamusic avatar madten avatar marina-mosti avatar mnttnm avatar moaaz-bhnas avatar moshfeu avatar mstruve avatar nickfoden avatar peterberkenbosch avatar praveenscience avatar rachelfranklin1 avatar ramirozap avatar rendez avatar rodrigojuarez avatar rubnvp avatar shadowcodex avatar shayanypn avatar wuilliam321 avatar zmgalante avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

find-a-mentor's Issues

Implementation of filters

Is your feature request related to a problem? Please describe.
In terms of a ux improvement it might make sense to implement some tag overview that you can also interact with.

Describe the solution you'd like
image

Acceptance Criteria

  • If no skills are found, display the following message: "Whoops! Looks like we don't have a mentor with these filters. Check back soon!"
  • If a user types in a language or technology and clicks Enter, it will add it to the list below.
  • If a user types in a language or technology and clicks the Add Filter button, it will add it to the list below.
  • If a user types in a language or technology the drop down should auto-complete.
  • If a user types in a language or technology and clicks an auto-complete label, it should add to the list below.

If technology, country, or mentor is not found, nothing filters

Is your feature request related to a problem? Please describe.
If a user searches for a technology or mentor that does not exist, nothing filters.

Describe the solution you'd like
If nothing is found it should display the same as when you toggle favorites and nothing is found, in a future version it would be nice to have a link to share the site with someone who would be interested or a link to signup to encourage mentors to signup

Describe alternatives you've considered
NA

Additional context
NA

Filter/Search for mentor by name

Is your feature request related to a problem? Please describe.
A user cannot currently search for a mentor by name; they must scroll through the entire list.

Describe the solution you'd like
Add an input box to the filter section to search by name.

Describe alternatives you've considered
None that I can think of

Additional context
Nah

Avatar URL Error in CLI tool

Describe the bug
Adding an image url from the .design TLD gave an error during the avatar url step.

To Reproduce
Steps to reproduce the behavior:

  1. yarn run add user
  2. get to step 3: add your avatar url
  3. enter 'https://liferay.design/images/headshots/hanaoka-paul-h.jpg'
  4. See error

Expected behavior
The image url to be added

Additional Information
It might not be the .design domain, but I successfully added a .co image url, so just making a guess that it's a problem w/the TLD.

Add a "capacity to take on new mentees" indicator on the mentors cards

Is your feature request related to a problem? Please describe.
It would be good both more mentors and mentee's if, when searching for a mentor, a mentee could determine what capacity the mentor has for taking on new mentees. The mentor might be in a situation where they have too many mentees to allow them to be effective for all of them in the time the mentor has available to help. In this situation a mentor would have to turn down a mentee which feels bad for everyone.

Describe the solution you'd like
I'd like to suggest that we include some sort of indication of the capacity the mentor has on the cards for the mentors on the find a mentor website. This could follow some sort of traffic light system where by Red would mean unavailable to take new mentees, Amber would mean that the mentor might be available for quick questions but doesn't have the space to take on new mentees full time and Green would mean available.

Solution

Designs coming

Cookies policy overlaps become a patron button

  • the cookies policy link overlaps the become a patron button in mentors.codingcoach

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'codingcoach.io'
  2. Click on 'Find a mentor'
  3. Look at the bottom of the left panel

Expected behavior
The Become a patron button should be on top of cookies policy not overlapping each other

Screenshots
issueCodeMentor

Desktop (please complete the following information):

  • OS: Linux-Ubuntu
  • Browser: Firefox
  • Version: 66.0.2

Add number of total mentors to the page

Is your feature request related to a problem? Please describe.
Currently, users can't see how many mentors are available.

Describe the solution you'd like
A total count of mentors on the page.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Code of Conduct

Is your feature request related to a problem? Please describe.
This is linked to Coding-Coach/coding-coach#310

We must have a Code of Conduct for all of the Coding Coach repositories and products.

Describe the solution you'd like
Code of Conduct on the home page.

Describe alternatives you've considered
N/A

Add Patreon information to the page & README

Is your feature request related to a problem? Please describe.
We need to promote our Patreon account so we can gain funding for hosting our DB.

Describe the solution you'd like
Add a note in the README and a link to the Alpha site (design to follow).

Describe alternatives you've considered
N/A

Clicking on favourite icon jumps to top of the page

Describe the bug
When I find a mentor down the page and click on the heart icon, the window jumps to the top of the page

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://mentors.codingcoach.io/?language=reactjs'
  2. Scroll down (at least 1vh)
  3. Click on the heart icon
  4. Page jumps back to the top of the page

Expected behavior
The window should stay where it is.

Screenshots

Demo

https://cl.ly/4e279fcf2987/Screen%20Recording%202019-04-19%20at%2009.28%20am.gif

Desktop (please complete the following information):

  • OS: MacOS Mojave (v10.14.3)
  • Browser: Chrome
  • Version: 73.0.3683.103

Additional context
It may be related to the page width (when you get 5 items per line onwards). On a smaller breakpoint (4 items per line tested) the issue didn't seem to happen.

Add button to the GH REAME for sign up instructions

Is your feature request related to a problem? Please describe.
I'm getting users emailing the CC email asking how they can sign up.

Describe the solution you'd like
Add a button to the page which says "SIGN UP AS MENTOR" and links to the README

Describe alternatives you've considered
N/A

Additional context

Get rid of lists.json

Generate the lists in runtime (small performance impact).
This approach is simplify the process and avoid conflicts.

UI labels needs spacing

Issue

Screenshot

screen shot 2019-02-06 at 12 07 58 pm

I guess UI labels needs some spacing inbetween. If it's okay, I will work on this.

Cheers.

Make location icon click filter like language tags do

Is your feature request related to a problem? Please describe.
When using the mentor search I tried to click on the location icon next to the profile pictures. Since a click on a tag selects it as filter, it would be nice to have this functionality for the location as well.

Describe the solution you'd like
A click on for example πŸ“DE should filter the mentors list by location Germany and add a query param to the url ?country=DE.

Describe alternatives you've considered
It is already possible to filter with the select. This would add a nice way to do the same which isn't that complicated.

I'm happy to implement this feature myself if it's something you want.

Great project and I'm happy to contribute.

Keep filter section sticky

Is your feature request related to a problem? Please describe.
If the user scrolls down, the filter doesn't stick.

Describe the solution you'd like
Set the filter sidebar to fixed.

Describe alternatives you've considered
Hmm not sure

Additional context
Add any other context or screenshots about the feature request here.

HTTPS is set as default

Hi Everyone,

Section channel, type website creates a URL with HTTPS with the domain name provided.

I have a domain which redirects to other domain. Now the problem is because the URL is with HTTPS, the redirect does not occur.

This is not exactly a bug but not a feature as well, hence, added in this section.

I would like to hear others thought on this.

Thank you.

Add a 'favorites' filter

Is your feature request related to a problem? Please describe.
It would be great to filter the mentors according to you who you have 'favorited' or 'hearted' (as the case is). Some people may want to see which mentors they liked in one frame to make selection easier.

Describe the solution you'd like
Add an additional search field.

Container is not working for 1440x360 resolution

Describe the bug
When using the platform at resolution of 1440x360. The container is not working properly. The screen has no margins on the sides and looks kinda ugly as compared to other screen sizes.
To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screenshot 2019-03-10 at 6 34 21 PM

Desktop (please complete the following information):

  • Device: Macbook Air
  • OS: Mac Mojave
  • Browser Google Chrome

The Filter drop down

If I click on the drop down? I should be able to go back selecting nothing. This issue affects mobile view though.

Non-unique mentor entries display

Describe the bug
The dashboard of the webapp https://mentors.codingcoach.io/ shows non-unique mentors. I added India as a country in the filter and while going through the data, noticed 2 same entries.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://mentors.codingcoach.io/
  2. Type India as a country in the sidebar
  3. Go through the filtered data and you may notice multiple occurrences of the same person

Expected behavior
Unique nodes should be displayed.

Screenshots

Screenshot from 2019-03-29 13-32-35

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Chrome
  • Version: 72.0.3626.81

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Add gh-pages to the project

As discussed we are going to add gh-pages feature and all developers are going to add both their PR and a Test Link(which created by gh-pages on their fork repo)

Update generateMentorId function

Is your feature request related to a problem? Please describe.

const generateMentorId = name => {
return name.replace(/\s/g, '-');
};

I think this can be an issue in future with more mentors coming in and a scenario might come where two mentors have the same name. In that case, we will have multiple duplicate ids for this dom element in the app.

<h1 className="name" id={`${generateMentorId(mentor.name)}-name`}>
{mentor.name}
</h1>

Describe the solution you'd like
Few solutions that I think would be like using the id from the database for mentors directly or create uuid for each mentor like:

function generateMentorId() {
  return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => {
    const r = Math.random() * 16 | 0;
    const v = c == 'x' ? r : (r & 0x3 | 0x8);
    return v.toString(16);
  });
}

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Update mentor information using the CLI

Is your feature request related to a problem? Please describe.
When do I need to update my information as a mentor how I can manage that?
Is related to this PR #65

Describe the solution you'd like
Using the already awesome CLI created, probably we could select what we need to do in this case Update Mentor Information using His/Her email as an Id.

Describe alternatives you've considered
None

Additional context
Nop

Correct path of mentors.json in README.md

Describe the bug
Right now we need to go through multiple folders to find out where mentors.json is present

Expected behavior
We should update path of file in README.md from mentors.json to `src/mentors.json' so that it is easy to locate the file

Sidebar navigation overlaps other sidebar content

Describe the bug
On widescreen monitors (e.g. 1274x1850), the content of the Sidebar Navigation overlaps the content above it.
2019-04-26 Coding Coach

Expected behavior
The sidebar navigation content should remain below the Patreon button as it does on other screen sizes.

Desktop (please complete the following information):
This same issue occurs in both Firefox and Chrome.

Card styling re-design

Update the card styling to the following:
image

If you need assets, please reach out to me directly.

Image optimization

Is your feature request related to a problem? Please describe.
I was looking at the audit tab in chrome console w/ "Simulated Fast 3G, 4x CPU Slowdown" option and found some issues related to images:

Mentors Coding Coach

Describe the solution you'd like
I think we can create some gulp tasks to resize large images to the required profile image size of 108x108 px and also we can convert the image format to webp for further optimization. I think we can use sharp or gulp-responsive for this purpose. Just wanted to let you know about this. Keep up the good work.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Slack invite link on homepage is invalid

Describe the bug
Clicking on the Slack invite link on the homepage lands on the "this invite link is not valid anymore" page on Slack.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://mentors.codingcoach.io/
  2. Click on the slack logo in the top right
  3. See error

Expected behavior
Be able to join the Slack channel through a valid invite link.

Screenshots

Screenshot 2019-03-21 at 08 29 13

Come up with and add to README a description of both Mentor and protege expectations

Is your feature request related to a problem? Please describe.
I'm pretty keen to get involved in this as a mentor as I do really enjoy giving back to the community that has given me so much. I'll definitely be putting in a PR soon to add myself to list of mentors. However, as it stands I've scoured the content I can find on Coding Coach and I'm yet to find anything that describes exactly what Coding Coach is trying to do with the whole mentor/protege match making process.

What does it involve? What should both parties set as expectations of what they will get out of the whole thing? I get that this is about connecting mentors with people who want to be mentored but what happens after they're connected?

Describe the solution you'd like
I'd like for there to be an addition to both the mentor's part of the site as well as the landing page where both mentors and proteges can find out what they can expect to have to do and what they can expect out of the mentor based relationship. It might be good to add advice on how to get the whole thing started too, how to make introductions etc.

I think that these expectations should probably be drafted up by the current community (possibly in this issue) and then added to the sites via PR.

Describe alternatives you've considered
I mean, the alternative is that we don't do this and everyone just keeps imagining what the mentor relationship should look like and everyone is going to have a different shaped expectation for this.

Additional context

So some things I can think of off the bat that are questions that would need to be answered from the mentors point of view, I've provided example answers for them too:

  • How much time a week should I be expected to be available for this?
    • As much as much as you're comfortable with, ideally as much as the protege needs but these comfort boundaries will need to be determined with your protege when you are introducing yourself to each other.
  • What sort of things will be expected of me?
    • You will simply be a touch point for the protege. They might need help with soft skills, technical skills, career advice or they might just like to talk to someone who understands all they acronyms that they know! Don't worry, you're only expected to share your experience you won't be responsible for making decisions on behalf of your protege.
  • What do I do if I don't know the answer to something?
    • Hey, you know a lot! Trust us, whatever you have to share is valuable and if you don't immediately know the answer working through the problem with your protege can be a great way for both you to learn.

Some things we could add on the site to explain to the protege what to expect:

  • What a mentor is not there for:

    • To do your assignments for university
    • To be a replacement for your text books, online learning or google
    • To be someone who can be relied on to be available for any tech related thing at any time of day or night
    • To be a decision maker in your career or life
  • What a mentor is here for:

    • To provide technical advice on problems that you're having that you're stuck on
    • To share their experience so to give you something to compare against your own experience to help guide you in your career or through a technical problem you're dealing with
    • To be available when they have the time to talk to you about issues you're working through in relation to coding or career.
    • To help you work through code related problem that you're hopelessly stuck on. They most often won't give you the answer but will rather get you over the immediate hurdle so that you can continue solving the problem yourself.
  • What is expected of you as a protege?

    • To try your earnest best to solve problems you have in the best way you can before asking questions
    • When you do ask questions, ask good questions. This means presenting what you've already tried, providing detail about the solution, sharing code and any other insights you have into the problem. Remember that the mentor is giving up their time to help you so make sure you're spending both of your time as efficiently as possible.
    • When you ask questions LISTEN TO THE ANSWERS and try your best to follow the advice given even if you think it won't lead to the answer you want. Of course you are free to question the solution given but understand that you've asked a question because you're stuck and following the advice given may lead to a new understanding you didn't have before.

There is obviously a lot more I could add here but I'll open the question to the rest of the community now so as not to write the whole thing myself πŸ˜›

Make tags clickable

Screen Shot 2019-03-10 at 13 24 27

When user will clicks on a tag:

  1. The "Language or Technology" dropdown's value will be this tag (css in this example).
  2. The mentors list will filter by this tag.

Create an interactive process to add mentor

In order to make the process easier, adding a mentor could be done with interactive CLI (command line interface) process. It can be done with prompts for example.

The process should:

  1. Collect all the fields by the schema and validate the inputs.
    2. Run yarn run sync-lists. #56
  2. git add . and git commit -m "add {mentor's name} as mentor"

So the user only need to git push.

To start the wizard, the user will run yarn run add-user (add a scripts in package.json).

The start of the process similar to:

Screen Shot 2019-03-11 at 14 36 11

Screen Shot 2019-03-11 at 14 37 03

README.md should update accordingly.

Modals extend past the fold

Describe the bug
When a user clicks one of the sidebar navigation (i.e. Cookies or Privacy Policy), the modal appears but extends below the screen. The users must scroll the main page to view the full modal.
image

Expected behavior
The modal should appear completely within the view port and have an internal scrollbar. The user shouldn't be able to scroll the main content area.

Clicking mentor's "Website" opens incorrect URL

Describe the bug
Trying to open a mentor candidate's personal website often redirects to an incorrect URL resulting in DNS faillure.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://mentors.codingcoach.io/?country=IN'
  2. Click on 'Website' for one of the mentor candidates.
  3. It will open a page of URL https://http//www.<xyz>.com

Expected behavior
Should open https://www.<xyz>.com

Desktop (please complete the following information):

  • OS: Mac OSX 10.12
  • Browser: Chrome
  • Version: v73.0.3683.103 (official build)

Format tags

Is your feature request related to a problem? Please describe.
Users might not capitalize the first letter of a tag, or format it correctly and we don't want inconsistent formatting in the UI: i.e. html, HTML, htMl.

Describe the solution you'd like
Format the tags by capitalizing the first letter of each tag (with the exception of acronyms such as HTML, PHP, CSS, which require uppercase).

Describe alternatives you've considered
Hmmm.. don't know.

Additional context
Nah

Add nav bar for important links

Is your feature request related to a problem? Please describe.
How can a mentor join the community of mentors

Describe the solution you'd like
A link to signup and submit their profile

Describe alternatives you've considered
A link on the Find a Mentor Page to this Repo at the moment so they know how they can become a part of the mentor community

Additional context
Add any other context or screenshots about the feature request here.

image

Mobile design:
image

Home links to https://mentors.codingcoach.io/
About links to https://codingcoach.io/
How it works links to https://docs.google.com/document/d/1zKCxmIh0Sd4aWLiQncICOGm6uf38S0kJ0xb0qErNFVA/edit?usp=sharing
The last link should read Become a mentor not Mentorship guidelines and links to https://github.com/Coding-Coach/find-a-mentor

Multiple choises filter

Is your feature request related to a problem? Please describe.
In terms of a ux improvement it might make sense to implement some tag overview that you can also interact with.

Describe the solution you'd like
image

Acceptance Criteria

  • If no skills are found, display the following message: "Whoops! Looks like we don't have a mentor with these filters. Check back soon!"
  • If a user types in a technology and clicks Enter, it will add it to the list below.
  • If a user types in a language or technology and clicks the Add Filter button, it will add it to the list below.
  • If a user types in a technology the drop down should auto-complete.
  • If a user types in a technology and clicks an auto-complete label, it should add to the list below.

Copied from #80

A suggestion: https://github.com/jedwatson/react-select.

image

Add a language autocomplete combobox to the Filter sidebar

Is your feature request related to a problem? Please describe.
Users have no way to filter by spoken language.
Spoken languages will not appear on mentor cards as they can take up too much space.

Describe the solution you'd like
Add a language autocomplete combobox to the Filter sidebar.
image

Additionally, change the "Language or technology" label to just read "Technology". This will be removed and placed above the mentors cards in the new design, but for now let's update the label to avoid confusion.

Display languages mentors can communicate

Is your feature request related to a problem? Please describe.
Coding Coach is a global community, there are people from all over the world and most of us speak more than one language, it would be nice if we include a field to display the languages we speak :)

Describe the solution you'd like
By adding an array of languages to the mentors.json file, we will be able to display those languages in the UI.

Describe alternatives you've considered
Not really an alternative, but we could also add a new filter using languages

Change querystring while searching for permalinks

Screen Shot 2019-03-10 at 12 36 23

When user selects Language or Country, the querystring should be changed (w
ithout refresh
) in the following format:

?tech=react

Or

?country=israel

(Or both).

When user gets to the site with these keys, the dropdowns should get their values from the querystring.

Mentor Reviews

Is your feature request related to a problem? Please describe.
When we're done helping someone through their journey, we always want to know how well we were able to help them solve that problem, sometimes it's almost emotional to see what they write about their experiences with you

Describe the solution you'd like
A place for those who we've shared our time with to drop comments about their experience

Describe alternatives you've considered
Individual mentor page with participant comments

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.