Giter Site home page Giter Site logo

damico / ivela Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 69.75 MB

Automatically exported from code.google.com/p/ivela

Java 15.76% HTML 8.56% CSS 6.76% JavaScript 67.01% ColdFusion 0.66% PHP 0.48% Perl 0.22% ASP 0.23% Lasso 0.09% Python 0.21% Shell 0.01%

ivela's People

Watchers

 avatar

ivela's Issues

Review Course Structure

- Review Course Structure:

* Review layout for the course content window for better usability.
* Author of the content has to take care of all iVela related javascripts,
css and applets themself. A framework should be created to ease the
maintainability and creation for the author. (e.g. dictionary, sound
recorder, audio player, ajax access to iVela Content, etc..)
* Control of the course flow is enforced by the author, ivela should take
care of it. 
* Course content is not accessible by web services, third party application
have no way of accessing the content. 
* RenderServlet is not secure, anyone has access to it and user may see the
url by opening the frame in other window. 
* Course actions are not protected, any user may access its contents though
a javascript prevents them of seeing it all. 
* Courses should have a default css but allow overriding by the author or
application accessing the course.
* Transform the course content in resources and minimize the author
obligations to keep structured folders and xmls for its contents. The
content should not be tied to a course but by a resource ID and anyone that
has access to it may issue a GET. 
* Others....

Original issue reported on code.google.com by evangelion2112 on 17 Aug 2009 at 3:52

Courses highlight box

We need to be able to ´highligth´ a course. To ´star´ a course, someway to 
call attention for a given course into ´available courses´ page.

Original issue reported on code.google.com by [email protected] on 28 May 2009 at 10:17

Error at "Content Package" pagination

The way of how "Content Package" content is displayed today is based in
only one index page, then several "content injections" thru showPage() js
function. This way, causes a wrong re-direction with pagination buttons.


Original issue reported on code.google.com by [email protected] on 25 May 2009 at 12:55

Bread-crumb too simple/short

The bread-crumb should have more details, specially when user is navigating 
inside a course/unit/lesson, the bread-crumb should show info of these 3 levels.

Original issue reported on code.google.com by [email protected] on 15 Jun 2009 at 10:27

Automatically verify and install system dependencies

A registered user may not be able to reproduce or record audio during 
course execution. This is due to dependency of java applets to run with 
JRE 6.
Provide a way to verify if it is installed and if it is the correct 
version in the login page with a warning signal. If user ignores it, 
verify also when loading the applets.

Original issue reported on code.google.com by [email protected] on 17 Jun 2009 at 5:09

Courses order list

We need to have a way, at admin side, to order manually (by index number) each 
course.

Original issue reported on code.google.com by [email protected] on 28 May 2009 at 10:11

Help on getting a "Hello World" version of ivela

Hey guys,

I just spend the day trying to get ivela up and running for testing purposes, 
with no success so far. I went through the steps at 
http://code.google.com/p/ivela/wiki/Developer_Guide_Eclipse on an installation 
of OS X. There are a lot of manual steps and I wasn't actually surprised that 
it did not work out in the end.

Before I start another lengthy debugging session to find the error: Is there 
any "Quick and Dirty" way to setup ivela just to play around with it? Maybe a 
simple .war file and a five step database setup? Even a vmware-Image with a 
running installation would be highly appreciated.

Thanks a lot for your answer!

Cheers,
Sebastian

Original issue reported on code.google.com by [email protected] on 3 Aug 2010 at 4:00

A batch of minor fixes all around the Application

- [Admin] Tools> Messages|Forum: Broken Layout for Message/forum Window
- [Admin] Progress report doesn't met with the student view
- [Admin] Javascript error when clicking on student
- [Admin] Show progress report whitout selecting users should alert the admin
- [Admin] Analise the use and functionality of "make an appointment" when
clicking on a user

- [Student] Lightwindow Frame allows scroll of the background
- [Student] Warning message when enrolling the same course
- [Student] Forum -> User cannot download attachments
- [Student] Change message given after login
- [Student] Missing timeline steps
- [Student] Chat blackboard functionality is not working
- [Student] Identify and fix the chat problem in the test server and update
the Chatt title


- [General] Analise/Test voice recognition applet
- [General] Broken line for change password screen (IE)
- [General] Tool -> Messages from the same user appear as undefined 
- [General] Rename the packages
- [General] "Forgot your Password" page with deslocated footer
- [General] Layout -> IE6 is messed up
- [General] Messages page opens on the same frame, not on lightwindow
(intermittent on IE)
- [General] Ivela is crashing when deployed in the same server as the Manual
- [General] Fields are not validated in profile edition page only on FF
- [General] Messages synchronization
- [General] Registering new user with complete information in FF
- [General] Update player applet
- [General] Remove the Spanish flag due to missing translation until it is done
- [General] Fix IE8 support and message on login page validation

Original issue reported on code.google.com by evangelion2112 on 25 Aug 2009 at 7:17

Interface improvements

Update Ivela interface to provide a more 'fit' visual.
Today, to see the courses content, the student needs to scroll down the
browser page. This is due to a large quantity of header information which
could be smaller and show only what is important for the student.

Original issue reported on code.google.com by [email protected] on 13 Jul 2009 at 1:48

Forum, Mail, Enrollment, Session and Chat issues

Mail System is not Working

Overview -> Enrollment is completed but data are not updated on Screen

Session expires unexpectedly, with no warnings for the user just a
redirection to the login page.

User cannot create topics

Chat is not working

Improve the add users functionality

Original issue reported on code.google.com by evangelion2112 on 10 Aug 2009 at 5:23

Course navigation and progress controller

Navigation should be rewrited to support a better list of available
courses, a new progress control to allow access to units only after they
were completed. New module structure and navigation on course pages.

Original issue reported on code.google.com by fabio.fantato on 9 Sep 2009 at 6:13

Challenges results

As you may know, Challenges are the xml exercises embeded inside 
Content-Package. All ´exercises´ into english course are Challenges. 
As you also know the results of challenges can be viewed without reload, with 
css boxes with green or red and the score in %. With all that said, the issue 
is: Add a new way to show challenge results - i.e. With just a positive or 
negative arrows/icons/images. However the ol way should be exist. The admin 
user need  to be able to setup the result way.

Original issue reported on code.google.com by [email protected] on 15 Jun 2009 at 10:38

Refactory Mailer Structure

- Mailer should:
1.) Work in the background
2.) Be able to schedule events
3.) be able to retry failed attempts to send
4.) Able to mail for multiple recipients at the same time
5.) Be configurable


We should implement a subscription model for the Resources in iVela so user
would be able to receive updates for topics, units, messages, etc..

Original issue reported on code.google.com by evangelion2112 on 17 Sep 2009 at 5:34

Media library auth access

Media lib must be configurable to appear or not appear into "student view" and 
also who user can or cannot upload files

Original issue reported on code.google.com by [email protected] on 27 May 2009 at 1:35

General Issues for the English Course Path

Fix general issues that may break or diminish the usability of the English
Course. 


Original issue reported on code.google.com by evangelion2112 on 16 Jun 2009 at 12:45

Compatibility with Internet Explorer

Fix the compatibility issues with Internet Explorer. T

There are multiple issues with spacing, Ajax requests, layouts and
javascripts. 

This issue is targeting Internet Explorer 7 for development for now.

Original issue reported on code.google.com by evangelion2112 on 1 Jun 2009 at 5:26

Implement Initial Web Services Support

- Implement initial support for Web Service, these should provide:

* A Way to register a new user by web service
* Query available courses
* Query available grades for a course
* Query grades for a student
* Enroll in a grade
* And other basic services so that a remove application may be able to
launch courses from ivela for its users.

- Optional for now
* SSL in the communication

Original issue reported on code.google.com by evangelion2112 on 4 Dec 2009 at 6:27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.