Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API for improved compatibility with Redux #3

Open
nowyasimi opened this issue Feb 9, 2017 · 0 comments
Open

Update API for improved compatibility with Redux #3

nowyasimi opened this issue Feb 9, 2017 · 0 comments
Assignees

Comments

@nowyasimi
Copy link
Owner

Some changes can be made to the API to improve general code readability and performance. This will make it easier to retrieve and pass information to the relevant components. Changes to make:

  • Convert dictionaries of sections to lists of sections
  • Extract extra sections that are independent of their main section. That means adding a independent_extra_section_lists attribute for each course in the API:
{
    "cache_time": ...,
    "sections": ...,
    "independent_extra_section_lists": ...
}
@nowyasimi nowyasimi added this to the Rewrite Front End in React milestone Feb 9, 2017
@nowyasimi nowyasimi self-assigned this Feb 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant