Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. ## How would you summarize your proposal, in one sentence?
  2.  
  3. A funding request to finish building and launching Ruby Ecosystem - a web application that collects metrics from Bundler and rubygems.org and graphs them.
  4.  
  5. ## Who are you, and how are you related to the project?
  6.  
  7. Sid Krishnan, project developer. I am helping André Arko, project creator, develop it.
  8.  
  9. ## What are your preferred pronouns? (e.g. she/her, they/them, ze/zir)
  10.  
  11. he/him
  12.  
  13. ## What is your home timezone?
  14.  
  15. UTC-4/UTC-5 (depending on Daylight savings)
  16.  
  17. ## What is your location?
  18.  
  19. Toronto, Ontario, Canada
  20.  
  21. ## Do you consider yourself an underrepresented minority in tech?
  22.  
  23. No
  24.  
  25. ## How much funding are you requesting?
  26.  
  27. $12,000
  28.  
  29. ## What do you hope to accomplish with this funding?
  30.  
  31. Build out v1.0 of the project and launch Ruby Ecosystem for community use.
  32.  
  33. ## What is your expected timeline for that work, broken down across the 12 weeks you will have funding?
  34.  
  35. Assuming about a day's worth of work per week:
  36.  
  37. Weeks 1-2: Break design down into stories and estimate. Get started on main outline of web app with a focus on fleshing out the overall architecture.
  38.  
  39. Weeks 3-4: Implement graph component. Graph should be able to retrieve data for a few different zoom levels (2 weeks, 3 months, 1 year)
  40.  
  41. Weeks 5-6: Implement custom range feature for graph. Instantiate graph component for all the things we want to graph (Ruby, Bundler, CI etc)
  42.  
  43. Weeks 7-8: Style the app.
  44.  
  45. Weeks 9-10: Look into adding data for popular community gems like Rails
  46.  
  47. Weeks 11-12: Finalize deploy setup and do any cleanup tasks needed
  48.  
  49. ## How will this work improve the Ruby community?
  50.  
  51. Apart from being interesting to look at, metrics from Bundler and rubygems.org graphed out have the potential to help:
  52.  
  53. * Gem authors understand what versions of Ruby they should consider supporting
  54. * Developers make decisions on if and when they should upgrade their Ruby version
  55. * The Ruby community as a whole understand better how it is evolving and changing
  56.  
  57. ## Do you receive any other funding for work on this project?
  58.  
  59. No
  60.  
  61. ## Do you have any existing OSS work you would like to mention or show the selection committee?
  62.  
  63. No, this will be my first OSS project.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement