As you probably know, there are problems with the accessible help data. I was thinking that it may be better to put it in the database instead of php arrays. Either that, or put them in a good class structure. Since "tips" can correspond to multiple guidelines and techniques; and guidelines can correspond to multiple "tips," it seems like it'd be a pain maintaining and working with them in arrays. If the data was put into normalized tables, it'd be easy to get what's needed with SQL queries.

What do you think? I'd be happy to do this.

Comments

johnbarclay’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev

thanks. I think that should wait until 3.x when we are working more closely with accessible_content. Do you want to meet with the accessible content developers (skype or otherwise) to lay out a shared api/data structure for the next version of our accessible modules?

mgifford’s picture

Issue summary: View changes

Any status on this?