celinaberg / BitFit

An app designed to help students learn to write and read C code.
MIT License
0 stars 0 forks source link

Add a Topic Doesn't update topic list #40

Closed RhysBower closed 7 years ago

RhysBower commented 7 years ago

From Celina

It appears that it is actually adding topics correctly, you just have to refresh the screen after clicking “Add Topic”.

RhysBower commented 7 years ago

@tiara-allidina7 I would look at the add topic code and make sure it updates the in memory list of topics.

RhysBower commented 7 years ago

The problem should be in one of the controllers in the /client/app/admin part of the codebase.

celinaberg commented 7 years ago

The "Add Topic" seems to persist the change to the database. I just have to click somewhere else on the screen to see change reflected in the GUI. I feel like this refresh should happen when I click on the "Add Topic"

RhysBower commented 7 years ago

This will be fixed with #49