Description of the job
Job Summary:
Email Sending Progress
.dot {
height: 8px;
width: 8px;
border-radius: 50%;
background-color: #2563eb;
animation: pulse 1.2s infinite ease-in-out;
}
.delay1 {
animation-delay: 0.2s;
}
.delay2 {
animation-delay: 0.4s;
}
@keyframes pulse {
0%, 100% {
opacity: 0.3;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.3);
}
}
#stopEmailBtn:hover {
background-color: #1e40af;
}
#stopEmailBtn:focus {
outline: 3px solid #93c5fd;
outline-offset: 2px;
}
0 out of 0
Sending emails...
Stop Sending Email
let stopSending = false; // Dummy data - simulate sending to these 10 emails
const recipients = Array.from({ length: 10 }, (_, i) => `user${i + 1}@example.com`); const emailProgress = document.getElementById('emailProgressCount');
const stopBtn = document.getElementById('stopEmailBtn'); async function sendEmails() {
for (let i = 0; i < recipients.length; i++) {
if (stopSending) {
alert('Sending stopped by user.');
document.getElementById('emailModal').remove();
break;
} // Simulate sending delay
await new Promise(resolve => setTimeout(resolve, 700)); // Update progress text
emailProgress.textContent = `${i + 1} out of ${recipients.length}`;
console.log(`Sent to ${recipients[i]}`);
} if (!stopSending) {
alert("All emails sent!");
document.getElementById('emailModal').remove();
}
} stopBtn.addEventListener('click', () => {
stopSending = true;
}); // Start the process on load
sendEmails();
Location: Ontario, Canada, Responsibilities:
- Design hosting technology solutions based on client specifications.
- Gather client business requirements and corporate I&IT information mandates.
- Develop business design documents, functional and non-functional requirements.
- Develop high-level application flows to support business requirements.
- Create detailed process flows and high-level screen designs.
- Conduct user research and usability testing.
- Develop user personas and user journey maps.
- Analyze user feedback and design solutions to address user issues.
- Create wireframes and high-fidelity mockups with UI prototyping software.
- Develop use cases, identify and document business rules.
- Create quality assurance plans and write test cases.
- Document test strategies, scenarios, and plans for user acceptance testing (UAT).
- Create and update business architecture artifacts.
- Develop application view visibility and CRUD matrix.
- Develop application screen mock-ups and screen flows.
- Participate in a large team and work closely with other individual team members. Required Skills & Certifications:
- 7+ years of experience designing solutions with Oracle Siebel CRM or Adobe AEM technologies.
- Experience developing business design documents, functional & non-functional requirements.
- Experience developing functional design documents.
- 7+ years of experience in Siebel and Adobe AEM Solution implementation.
- Demonstrated experience in creating and updating business architecture artifacts.
- Knowledge of integrated networking technologies, mainframe, midrange server, enterprise storage and SAN, and personal computer system technologies.
- Experience with solutions and designs with user experience and accessibility (WCAG/AODA).
- Strong communication skills (written and verbal).
- Excellent interpersonal relations and teamwork skills.
- Proven analytical and problem-solving skills. Preferred Skills & Certifications:
- Experience with Public Sector Transfer Payment (Grant) Model.
- Experience ensuring corporate QA standards are followed and maintained.
- Knowledge of project management methodology (e.g., PMBOK).
- Experience with rational unified process (RUP). Special Considerations: Scheduling: