android10 /
Android-CleanArchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Loading repository data…
jacobasmithwork / repository
This is an in-class collaborative project for the submission of an attorney request for a prospective immigrant. It was created by Jacob Smith, Brendan Pagano, and Chidera Oragui. The main learning objectives surrounded Test Driven Design, Java GUI, and Agile methodologies.
This is the collaborative Project of Jacob, Brendan, and Chidera. We are group 13, working on functional area 3.
The Data entry screen was made by Jacob Smith. It includes fields for relevant information such as Name, Address and ID of the Applicant, and the Name, Firm, and Phone Number of the requested Attorney. It has language support for English, Spanish, French, Mandarin, and Hindi (5 of the most common immigrant languages in the U.S.
It supports individual field error messages, which are also language supported. If there is an issue during submission, a user can click on the 'Report Problem' link, which opens a panel to another screen where they can report the issue.
Upon a successful submission, the 'AttorneyRequest' Object is saved to a database designed by Jacob Smith, and its status is set to indicate that it is ready to move on to the Review step. It is also placed into a custom queue object made by Jacob Smith to supply in the Review step.
Implemented by Brendan Pagano, the review step is when a human reviewer can request any attorney requests in the ReviewQueue, and view the data visually on the interface. They are then able to review the application for common typos, misspellings, or misunderstandings. They are able to type and attach notes that stay with the AttorneyForm object, and either Reject or Approve the application. Upon approval, it gets sent to the ApproveQueue object, where it waits until an Approver requests it.
Implemented by Chidera Oragui, the approval step is when a human approver can request any attorney requests in the ApproveQueue, and view the data visually on the interface. They are then able to review the application for legitimacy, such as verifying phone numbers and the Attorney's credentials. They are able to attach notes and either Reject or Approve the form. Upon rejection, it is sent back to the review queue with notes attached, either to fix typos, or for the reviewer then reject the application, sending it back to the original filer with notes attached.
Selected from shared topics, language and repository description—not editorial ratings.
android10 /
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
apache /
OplaPlanner has moved to https://github.com/apache/incubator-kie-drools. This repository is archived. OptaPlanner is an AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.
signalapp /
This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API.
thepranaygupta /
A repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
pdepend /
PHP_Depend is an adaptation of the established Java development tool JDepend. This tool shows you the quality of your design in terms of extensibility, reusability and maintainability.
youxin11544 /
This is an Android MVP model good architecture design,Which also inherited the Android architecture and HTML 5 interaction。(这是一个Android MVP模型良好的架构设计,同时也做了Android和HTML 5交互架构,用到了RxJava+Retrofit+MVP+泛型缩减mvp+模板模式+命令模式+观察者模式+管理者模式 +简单工厂模式)