Round 2 of fixes #1

Merged
charlesreid1 merged 5 commits from round2 into master 7 years ago
Owner

preparing v0.2

improvements:

  • storing comments and issues as separate objects?
    • storing a boolean? that simple? customize the output of the search result
      based on a boolean?
      yes, that simple
    • if so, how do we pass off a search result to a template conditionally,
      such that we can save some space (jinja question)
      just an {% if is_commment %}

organization:

  • these two are gonna take a while.
  • mapping out how to change the schema... now, how do we streamline it?
  • how to organize files

fix stuff that isn't mine:

  • improve the readme
  • fix the config.py config file options

config:

  • enable user to specify list of organizations+repos
    • not just one org/list of repos
preparing v0.2 improvements: - [x] storing comments and issues as separate objects? - <s>storing a boolean? that simple? customize the output of the search result based on a boolean?</s> yes, that simple - <s>if so, how do we pass off a search result to a template conditionally, such that we can save some space (jinja question)</s> just an `{% if is_commment %}` organization: - these two are gonna take a while. - [ ] mapping out how to change the schema... now, how do we streamline it? - [ ] how to organize files fix stuff that isn't mine: - [x] improve the readme - [x] fix the config.py config file options config: - [x] enable user to specify list of organizations+repos - not just one org/list of repos
Poster
Owner

readme has a good rundown of where you have to go when changing the schema:

  • add document method
  • search method
  • schema definition at top
  • search jinja template
readme has a good rundown of where you have to go when changing the schema: - add document method - search method - schema definition at top - search jinja template
Poster
Owner

Right now, user specifies an organization and a list of repos.

We could do a list of org/repo repos, but hey, whaddyagunnadoboutit

Right now, user specifies an organization and a list of repos. We _could_ do a list of org/repo repos, but hey, whaddyagunnadoboutit
charlesreid1 closed this pull request 7 years ago
The pull request has been merged as f7ee48357b.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.