-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework open-source-ideas website #59
Comments
Hi @FredrikAugust I think I might help with that. |
@thedc89 Well, I don't really see why we should open it up to people who don't have a GH account. We want to attract technical people right? Furthermore, the GH issues API doesn't require any form for authentication, so they can still view the issues without touching GH. |
If the idea is to exchange ideas only with people who are coders, then it's fine. I thought that targeting people from various industries such as medicine, fintech etc who are not coders themselves may bring some fresh air, what do you think? If we want them to commit then we need to require GH auth which may seem strongly hermetic for such people |
Oh, didn't think about that. Yeah! That's a very good idea.
On Thu, Mar 1, 2018, 13:36 thedc89 ***@***.***> wrote:
If the idea is to exchange ideas only with people who are coders, then
it's fine. I thought that targeting people from various industries such as
medicine, fintech etc who are not coders themselves may bring some fresh
air, what do you think?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdG4abdF564SmGey6PTim1iYI7hbmMks5tZ-tXgaJpZM4SYMRg>
.
--
Mvh,
Fredrik August Madsen-Malmo
928 48 870
|
Let's consider the following example: I have an idea to create iOS application for getting medical lab tests faster. I'm an iOS developer with a technical team consist of Backend and Frontend developers. What's my roadblock then? I need medical doctor who knows the industry and know people in charge who help carry out beta tests. Startup consists of many elements, not just coding workforce, thus I believe the more people with different background, the better for the community :) |
Absolutely. So you're thinking more of a platform than just a wrapper
around the GH API - which is the current solution.
On Thu, Mar 1, 2018, 13:57 thedc89 ***@***.***> wrote:
Let's consider the following example:
I have an idea to create iOS application for getting medical lab tests
faster. I'm an iOS developer with a technical team consist of Backend and
Frontend developers. What's my roadblock then? I need medical doctor who
knows the industry and know people in charge who help carry out beta tests.
Startup consists of many elements, not just coding workforce, thus I
believe the more people with different background, the better for the
community :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdG3mLNKnSY0-ODUp5zf0sYATsIgSJks5tZ_A6gaJpZM4SYMRg>
.
--
Mvh,
Fredrik August Madsen-Malmo
928 48 870
|
Exactly I do :) |
Nice, I'd be happy to discuss it in greater detail one of the coming days
if you're interested.
On Thu, Mar 1, 2018, 14:00 thedc89 ***@***.***> wrote:
Exactly I do :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdGyNDs6OYn4Vc5M1LEvSrbHAsLjWvks5tZ_EHgaJpZM4SYMRg>
.
--
Mvh,
Fredrik August Madsen-Malmo
928 48 870
|
@FredrikAugust Of course, my pleasure. Maybe let's wait for others to see whether they share the vision :) Would you like to discuss it here under this issue, or privately for the sake of not spamming the issue?:) |
There is an official slack channel, think that would be better.
On Thu, Mar 1, 2018, 14:10 thedc89 ***@***.***> wrote:
@FredrikAugust <https://github.com/fredrikaugust> Of course, my pleasure.
Maybe let's wait for others to see whether they share the vision :) Would
you like to discuss it here under this issue, or privately for the sake of
not spamming the issue?:)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdG4WmyadMIPJ3s5-dF8MJ6YIBHTuTks5tZ_NIgaJpZM4SYMRg>
.
--
Mvh,
Fredrik August Madsen-Malmo
928 48 870
|
@FredrikAugust I cannot find it anywhere, could you share the link to sign in? |
Yep, if you give me your email address I can invite you directly.
On Thu, Mar 1, 2018, 14:13 thedc89 ***@***.***> wrote:
@FredrikAugust <https://github.com/fredrikaugust> I cannot find it
anywhere, could you share the link to sign in?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdG2PdWXpJbTxa1Fko3PATchSZUkt3ks5tZ_QLgaJpZM4SYMRg>
.
--
Mvh,
Fredrik August Madsen-Malmo
928 48 870
|
Hi, I would love to work on this too, if it's still open. I don't entirely understand what the gist is about, but I'd say I'm okay with front end development and I'm willing to ride along... Please respond, thanks. |
@Itope84, no one has started on this project, so if you wanna take it, go ahead! |
Thanks, I have forked the repository... |
I ask you keep in mind three simple things when making the website: it should be usable without JavaScript enabled, usage of third-party resources is discouraged and if you still have to use them, please use subresource integrity. |
Agree with @KOLANICH. And keeping everything used open source would also be nice (e.g. fonts, imagery). And please refrain from making an "opt-out of javascript" type of website, as in a website which bases its functionality on javascript, and removes it by disabling js, but rather try implementing the base functionality without javascript, and rather use js for the icing on the cake. |
I suggest avoiding "OSI" for referencing this project. Call it "OS ideas" maybe. OSI reads too much lik ethe primary dominant entity Open Source Initiative, the org that founded the term and concept of "open source". |
Done @wolftune! |
Moved to open-source-ideas/meta#5 |
Project description
The current website is due for a rework (you can blame that on me, I'm not the worlds best web designer). As of now it's not really worth using, as GitHub issues is a lot clearer.
The current code can be found here if you wish to have that as a starting point.
Relevant Technology
Back-end isn't really necessary, as you can just query the GitHub Issues API.
Who is this for
Someone who knows how to create interfaces that provide a simple overview of repeated content (GH issues in this case), and preferrably someone who is familiar with front-end web development.
I'd happily help with the technical stuff (state management, working with the API etc.), but - as proven - I need someone who can do the design.
Share this on twitter/facebook/myspace/irc or any other place where someone might catch interest ;)
The text was updated successfully, but these errors were encountered: