-
Notifications
You must be signed in to change notification settings - Fork 116
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
1PPM Website! #9
Comments
I can build this (with help) in Django/Angular. Anyone up for this? |
@ranveeraggarwal I know some Django and Angular so I could help out. |
why don't we just use a CMS for this? You can get tagging, content, accounts, etc pretty quickly with an off the shelf solution. I have limited angular knowledge from building and maintaining and ionic app but would be happy to help. Also.... slack! |
Yeah we should set up a slack as well. |
The issue with a cms is we wouldn't necessarily be able to sign in with GitHub. |
We could just over-engineer something for the next 8 months and no one would get any of their 1PPMs done! |
On a serious note, though, what would github have to do with it? I think you can easily provide links back to your stuff but not everyone (like me) uses github. |
A CMS sounds like a good idea. Any suggestions for a particular framework @cityzen? |
I'm a fan of Craft CMS (https://craftcms.com/) but I can understand it's not for everyone, you may even catch a case of the PHPs! I'm open for whatever. What's the scope of the site? I am envisioning just creating an account, listing your projects (name, link, status, description) and some simple tagging. I don't think it needs much to get started. |
Or, wait a second. Do we really need a CMS? A CMS would be useful when we expect people to actually turn up on the website and fill up (project-name, description, etc, after registering). |
Or you could just write a script that parses out the HallOfFame.md and updates the page/site that way, and be done with it? And if people want their projects listed, they can manually add themselves to the page. |
I had to sleep over that one ;) Here is my MVP, KISS proposal: A JavaScript Page with the HallOfFame page as its "Backend", hosted on Github Pages, live by Jan 31 (latest). I already have the "1ppm.club" domain which we can link with that. Nice to haves would be:
I think that would be more than enough for one month. If someone wants to do a Backend 1ppm he/she can start a separate Backend project as 1PPM. The common interface wold be JSON with the HallOfFame structure. |
Agreed. If everything is done in JavaScript, we won't have to take the pains of actually hosting the whole thing elsewhere. We might need a small database of users/projects though (or we can ask the participants to send a PR to a repo containing a JSON file with their usernames). |
What I have in mind is a website for 1PPM, wherein anyone can login with their Github credentials and select repositories (started/built) that month to display to everyone.
Apart from verifying that the repository has been started in the current month (or previous month; this is for verifying the fact that this website is used strictly for this purpose and not for giving light to older projects), we can also have a page for each of these projects, listing down collaborators and some cool visualisations for activity on the project.
We can also have search by tags and this could potentially be a huge repository of ideas and starter code.
The text was updated successfully, but these errors were encountered: