Coder Social home page Coder Social logo

agents_i2a's Introduction

ArquiSoft

Gestión Asignatura Arquitectura del Software

agents_i2a's People

Contributors

albact7 avatar javicodema avatar labra avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

agents_i2a's Issues

Fix last year tests

The tests from the last year repository give us some errors because they work depending on the system time. We should change that in order to have all the tests running correctly.

Fix the Kind checking

I found the error, is in AgentsServiceImpl, but I'm now working on the Manager repo:
if(user != null && encryptor.checkPassword(password, user.getPassword())) return user;
We should add another condition to check the kind.

Sync documentation with the code

We have some methods in the documentation that do not have the same names as in our code, so we should take a look at it and update it to match both things.

Update the documentation and add it to the repository.

We must update the documentation to deliver it and we should add it to the repository in a doc folder which should include the .docx, .pdf and the diagrams (.vpp). This folder should be put into a zip to be delivered at the virtual campus.

Fix some little issues from Codacy

The Codacy page gives us some information about the code from the last year repository that should be changed in order to have a clean code. We should change that, but it is not a priority.

Change JSON returned by the system

We must change the JSON returned by the system when we introduce a correct user and password to match the new requirements.

Classes that should be changed

  • User
  • UserInfo
  • UserInfoAdapter
  • ParticipantsController

Fix the change password web utility

With the new code implemented, the web which implement the functionality of changing the password of the user is not working. We should fix it.

Test new requirements

We should implement tests for the new implementation of the code, substituting the old tests and, if necessary, adding new tests.

Modify the format of the system requests.

This year we have new requirements for the system requests, so we have to modify the fields of the requests to match the new requirements (add the kind field to the request)

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.