Changes between Version 1 and Version 2 of Дефинирање на потреби за база на податоци


Ignore:
Timestamp:
11/19/23 15:46:42 (7 months ago)
Author:
193158
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Дефинирање на потреби за база на податоци

    v1 v2  
    11== Краток опис
    22
    3 The goal of this project, titled "Auditly" is to create a comprehensive database system for a tool designed as part of this university course. Auditly serves as a digital platform that aids companies in monitoring and analyzing user reviews about their products, as well as the user experiences and opinions related to their competitors' offerings. This tool stands out by aggregating reviews from various platforms into a singular, streamlined interface, enabling businesses to easily access and examine feedback from both their own users and those of their competitors.
    43
    5 At the core of Auditly's functionality is an advanced web scraping mechanism. This mechanism systematically extracts reviews from multiple online sources, providing a rich dataset for analysis. Furthermore, Auditly extends its capabilities by identifying and linking their Email and LinkedIn profile of the reviewers. This feature not only enriches the data quality but also allows businesses to engage directly with reviewers, fostering a more interactive and responsive user experience.
    64
    75== Детален опис на проектот ==
    86
    9 Auditly serves as a digital platform that aids companies in monitoring and analyzing user reviews about their products, as well as the user experiences and opinions related to their competitors' offerings. This tool stands out by aggregating reviews from various platforms into a singular, streamlined interface, enabling businesses to easily access and examine feedback from both their own users and those of their competitors.
     7**For whom is the database and project intended, i.e., who, according to your idea, will be responsible for possessing the database and application and providing them as a service - is it a company/institution/organization or an individual, and a brief description of their needs?"**
    108
    11 At the core of Auditly's functionality is an advanced web scraping mechanism. This mechanism systematically extracts reviews from multiple online sources, providing a rich dataset for analysis. Furthermore, Auditly extends its capabilities by identifying and linking their Email and LinkedIn profile of the reviewers. This feature not only enriches the data quality but also allows businesses to engage directly with reviewers, fostering a more interactive and responsive user experience.
     9The owner of the database is meant to be the company that is the owner of the application Auditly. For now it a simple database scheme so the company must have employees that have knowledge in database system management and maintenance. The owner can opt for a third party to have access and manage the Auditly database.
    1210
    13 The owner of the database is meant to be the owner of "Auditly". If the owner decides for a third party to have access and manage the database it is at own risk.
     11**What problems in the company or organization will you solve with your work?"**
    1412
    15 In absence of the database, the users of "Auditly" will have to wait a lot of time in order for the mass reviews to be scraped and features like Filters and Message Sequences will not be avalable.
     13In absence of the database, the users of Auditly will have to wait a lot of time in order for the mass reviews to be scraped. The database will have data about most of the companies that have a review on them. If not, they will be added to the data base and the reviews table will be refreshed weekly along with all the other companies in the database.
    1614
    17 The users can only get data from the database tables with using an interface (by using filters). They cannot create and delete tables.
     15**What types of users will have access to the database and project - in terms of types of employees in the company/institution or clients?**
    1816
    19 There is another tool called Birdview that targets enterprise companies. This tool is different because its target are small and medium businesses.
     17Every employee that works in that is literate in database systems will have access to the database so that they can alter it for the purpose of fixing bugs or building new features. The users of Auditly can only get data from the database tables using an interface (by using filters). They cannot create and delete tables.
     18
     19**If there are other similar ideas in the same company or in the vicinity, or if there are already existing solutions in the world, what is different about your proposal?**
     20
     21There is another tool called Birdview that targets enterprise users. This tool is different because its target are small and medium businesses, targeting them with the low price and giving them only the necessary features.
     22
     23**Is it for a web, mobile, and/or desktop application?**
     24
     25This is meant to be a web application for now, it may expand to a mobile application if the users find it necessary.