GithubHelp home page GithubHelp logo

se-edu / addressbook-level4 Goto Github PK

View Code? Open in Web Editor NEW
40.0 10.0 1.7K 25.85 MB

:ab::four: Address Book sample application (Level 4)

Home Page: https://se-edu.github.io/addressbook-level4

License: MIT License

Java 98.17% CSS 1.31% Shell 0.50% HTML 0.02%
java students education javafx

addressbook-level4's Introduction

Address Book (Level 4)

Build Status Build status Coverage Status Codacy Badge Gitter chat

Ui
  • This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).

  • It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.

  • It is written in OOP fashion. It provides a reasonably well-written code example that is significantly bigger (around 6 KLoC)than what students usually write in beginner-level SE modules.

  • What’s different from level 3:

    • A more sophisticated GUI that includes a list panel and an in-built Browser.

    • More test cases, including automated GUI testing.

    • Support for Build Automation using Gradle and for Continuous Integration using Travis CI.

Acknowledgements

Licence : MIT

addressbook-level4's People

Contributors

alexlmeow avatar bchenghi avatar chao1995 avatar cheec avatar damithc avatar edmundmok avatar eugenepeh avatar fzdy1914 avatar j-lum avatar jonahtanjz avatar kychua avatar lejolly avatar limmlingg avatar lixiaoooowei avatar m133225 avatar mightycupcakes avatar ndt93 avatar nicholaschuayunzhi avatar okkhoy avatar pierceandy avatar pyokagan avatar rinder5 avatar sijie123 avatar verylazyboy avatar vivekscl avatar yamgent avatar yamidark avatar yl-coder avatar zhiyuan-amos avatar zzzzwen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

addressbook-level4's Issues

Support view command

It should change focus to the correct person and load the search page in browser.

Implement DeleteCommand

Need to figure the requirement and implement this.

My suggestion will be label listpanel card as #1, #2, etc.

then delete 2

Clean up build.gradle

Let's remove all unused stuff including coverall, checkstyle, pmd, findbugs. We can add them in a future date.

Support viewall command

Normally, we should not show private fields. This command will reveal private details as well.

Set up check style

  • Properly setup checkstyle
  • Plugins for dependencies and checkstyle on eclipse

Marshalling with xml file

Just ported over the entire command structure and Person and Tag model. Due to the nested serializable variables in Person model. There is some issue with marshalling now.

Remove launcher

I think we don't need to set assertions for the jar file. Instead, we can do a simple jar build.

Remove GuiUnitTests

Looks like we don't have GUI unit tests. Remove package and gradle tasks?

support select command

select # scrolls and focuses on the specified item (which also loads the corresponding webpage).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.