glarimy / glarimy-quiz-app

The source code and resources for Glarimy Quiz community project
0 stars 0 forks source link

Fix the resources #41

Open glarimy opened 6 years ago

glarimy commented 6 years ago

Study the reported defects in the issues #35, #36, #37, #38

Solution to these defects include changes in the backend (com.glarimy.quiz.model and com.glarimy.quiz.service packages) and frontend (com.glarimy.quiz.app and several xml files).

Your job is to fix the issues only in the resources.

Here is the process:

  1. Check-out the code from https://github.com/glarimy/glarimy-quiz-app/tree/test to your machine
  2. Use any text editor to change the content of files in the colors.xml, styles.xml and strings.xml appropriately, as per the defects reported in #35, #36, #37, #38.
  3. Check-in the code to the branch https://github.com/glarimy/glarimy-quiz-app/tree/test.

Complete this activity by CoB today.

Pratyusha-Bodapati commented 6 years ago

sir Fixed the resources in colors.xml, strings.xml, styles.xml and updated the files.

Pratyusha-Bodapati commented 6 years ago

Sir completed the task

glarimy commented 6 years ago

Can you confirm that the code was checked-in to the branch https://github.com/glarimy/glarimy-quiz-app/tree/test?

Changes committed to master branch of https://github.com/glarimy/glarimy-quiz-app are no longer picked up for build.

Pratyusha-Bodapati commented 6 years ago

sir Fixed the resources and checked-in the code