Skip to content

kamontat/Github-Request

Repository files navigation

Github-Request

Build Status  Documentation Status  CircleCI codecov CII Best Practices
request issue in github

I WILL UPDATE ALL DOCUMENT QUICK AS I CAN

If you fork repository, and want to update the original repository you can see more in this link http://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository

Design

NEW BUILD & RUN

  • To build you just call ./gradew build(MacOS, Linux) or gradew build(WinOS)
    • In build commend do a lot of thing;
      1. clean - remove old version, to avoid conflicts
      2. gendocs - create javadoc in path docs
      3. genversionclass - create Version.java inside path com.kamontat.model.management that contain version of current program
      4. other common commend in build function like :compileJava, :processResources, :test etc.
      5. info - to output all information inside this program

TODO-LIST

S-Major

  • change code to MVP Pattern

Major

  • Login Page
  • User Management Page
    • Menu Bar
      • Multi-Selected in User Page
        • use text file
        • use org
      • Account Management
        • limit
        • myself information
        • logout
      • Exit
  • Repository Management Page - add repository to the app
  • Account Management Page - manage user and repo in one place
  • Download Page - download the selected user repo
  • Issue Management Page - create and watch issue in user repo

Minor (Optional)

  • back button

About

managing GitHub users in one place

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published