GithubHelp home page GithubHelp logo

lo23 / bitmusic Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 23.0 5.01 MB

Logiciel de partage de musique décentralisé sur un réseau local, conçu et développé dans le cadre de l'UV LO23 en A2013 à l'UTC.

Java 98.23% CSS 1.77%

bitmusic's People

Contributors

akdiallo avatar aliaumem avatar amina196 avatar delbouki avatar duboihug avatar fab441 avatar germaintanguy avatar hebergui avatar holywa avatar jcokimlen avatar jibzou avatar lowess avatar milioperalta avatar rymbarkaoui avatar saben2 avatar stephysim avatar vincentcharpentier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

bitmusic's Issues

[Network] License message on top of source files

Every source file starts with :
/*

  • To change this license header, choose License Headers in Project Properties.
  • To change this template file, choose Tools | Templates
  • and open the template in the editor.
    */

This should be changed to something meaningful and not a default comment

[IHM] must end executorService when shutting down the program

Quand vous fermez le programme, il faut fermer le pool de threads qui tourne en arrière plan et géré par le module COM @LO23/devs-ihm

Il suffit d'appeler cette méthode de network/main/Controller.java :

public void shutdownExecutorService()
{

    ThreadManager.getInstance().getExecutorService().shutdown();

 }

Il vous faudra donc écrire un truc du genre :

 Controller.getInstance().shutdownExecutorService();

C'est à vous de l'appeler car le code de fermeture du programme est, me semble-t-il, de votre côté. Merci

[Network][ApiHmi] Ajout d'une méthode "getListOnlineUsers"

À la connexion d'une nouvelle personne, pour permettre la récupération des utilisateurs déjà connectés et ainsi les afficher dans son OnlineUsersComponent, pouvez-vous nous fournir une méthode dans votre ApiHmi ?

Nom proposé : getListOnlineUsers()

Merci ;)

PS : assez urgent en vue de l'intégration à venir (OnlineUsers = fonction de base de l'application)

@Lowess, @VincentCharpentier, @aliaumem, @AlexisChatillon, @kofronpi, @duboihug

[Music][Erreur]

Music est prié de corriger cette *** d'erreur sur laquelle j'ai passé un peu de temps à remonter puisque je pensais que l'erreur venait de IHM...

Fichier SongRater.java
Ligne 51
String author = apiProfil.getCurrentUser().getLogin();

Non c'est pas un getLogin() !!
C'est un getUserId() !!

Sinon faire un hashMap avec un Login n'a pas de sens... Surtout que plusieurs comptes peuvent avoir le même login.

=> Une fois corrigé merci de me prévenir pour que je puisse mettre à jour ma PR #415
(me mettre dans le com' de votre PR de correction : hebergui)

Merci

[ALL] Supprimer les fichiers de config NetBeans du repo

Merci aux @LO23/admins-responsables-dev-et-qualit de vérifier avant de valider chaque P-R qu'aucun fichier config de NetBeans n'a été inclus (ou de .gitignore), sinon la refuser obligatoirement ;)

Veillez à ce que chaque membre ait son .gitignore correctement configuré (et sache le refaire) pour éviter de devoir refixer => boulot des managers ? :)

[Network][error]

Erreur de compilation :

Classe : MessageRateSong.java
Ligne : 48
Code : WindowComponent.getInstance().getApiNetwork().updateRate(song, userId);
Erreur : updateRate n'existe pas dans l'API Network
Equipe com : @AlexisChatillon @Lowess @VincentCharpentier @duboihug @kofronpi @aliaumem
Heure du crime : 21h20...
Victime : BitMusic
Cause : viol !!!

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.