Right now we always show fields like the loyalty level, commissions, and sentiment that only actually have a meaningful value if the optional Account microservice is enabled (we show -1 for numbers, and "Unknown" for strings that aren't returned from Broker, which is probably confusing to new users). We should also only show the Return on Investment if the Trade History microservice is enabled, and the cash account balance if the Cash Account microservice is enabled. Also, only show the table of stocks if the portfolio has at least one stock (the table with just its headers looks goofy).
Right now we always show fields like the loyalty level, commissions, and sentiment that only actually have a meaningful value if the optional Account microservice is enabled (we show -1 for numbers, and "Unknown" for strings that aren't returned from Broker, which is probably confusing to new users). We should also only show the Return on Investment if the Trade History microservice is enabled, and the cash account balance if the Cash Account microservice is enabled. Also, only show the table of stocks if the portfolio has at least one stock (the table with just its headers looks goofy).