Skip to content
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

Players can view projects that they've completed. #33

Closed
jeffreywescott opened this issue Jun 20, 2016 · 1 comment
Closed

Players can view projects that they've completed. #33

jeffreywescott opened this issue Jun 20, 2016 · 1 comment

Comments

@jeffreywescott
Copy link
Contributor

Players can list all of the projects for the current cycle, including information about whether or not they've reviewed by the player:

Command Examples

  • /project list -c: list all projects that have been completed by the current player
  • /project list --completed: list all projects that have been completed by the current player (long form option)

Example Output

@learner  > /project list
@echo     > There are 5 projects active this cycle.
            You have completed 3 projects thus far. Your current project is in review.

            Run `/project list -r` to list projects in review.
            Run `/project list -c` to list projects you've completed.

@learner  > /project list --completed
@echo     > You have completed 3 projects.

            Project                  C    Q    Artifact
            #weary-worm              70   82   https://github.com/owner/repo
            #triumphant-toucan       83   67   https://github.com/owner/repo
            #barbaric-bear           90   72   https://github.com/owner/repo
@jeffreywescott
Copy link
Contributor Author

Admin UI to the rescue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant